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 77a94f7 commit a3c1712Copy full SHA for a3c1712
build.gradle
@@ -25,7 +25,7 @@ plugins {
25
apply plugin: 'maven-publish'
26
27
group = 'org.mangorage'
28
-version = getLatestGitTag() + "." + getLatestGitVersion() + "-beta"
+version = getLatestGitTag() + "." + getLatestGitVersion()
29
30
println("Version -> " + version)
31
0 commit comments