We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec504ec commit d125ad3Copy full SHA for d125ad3
build.gradle
@@ -9,7 +9,7 @@ plugins{
9
id 'net.kyori.blossom' version '1.1.0'
10
}
11
12
-def ver = new Version(major: 6, minor: 0, revision: 0)
+def ver = new Version(major: 6, minor: 0, revision: '0-b2')
13
14
allprojects {
15
apply plugin: 'com.jfrog.bintray'
0 commit comments