We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c90d6ab commit 46b0351Copy full SHA for 46b0351
build.gradle
@@ -30,9 +30,9 @@ subprojects {
30
targetCompatibility = 1.8
31
32
def major = '3'
33
- def minor = '0'
+ def minor = '1'
34
def spongeRevision = '0'
35
- def bukkitRevision = '1'
+ def bukkitRevision = '0'
36
37
version = "${major}.${minor}.${project.name.endsWith('Sponge') ? spongeRevision : bukkitRevision}"
38
0 commit comments