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 38a0854 commit 0c1ccc3Copy full SHA for 0c1ccc3
build.gradle
@@ -45,7 +45,7 @@ apply plugin: 'java'
45
apply plugin: 'maven-publish'
46
47
group = 'org.mangorage'
48
-version = getLatestGitTag() + "." + getLatestGitVersion() + ".beta.1"
+version = getLatestGitTag() + "." + getLatestGitVersion()
49
50
println("Version -> " + version)
51
0 commit comments