We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f701e05 commit fbc238dCopy full SHA for fbc238d
build.gradle
@@ -25,7 +25,7 @@ plugins {
25
apply plugin: 'maven-publish'
26
27
group = 'org.mangorage'
28
-version = getLatestGitTag() + "." + getLatestGitVersion() + "-beta.10"
+version = getLatestGitTag() + "." + getLatestGitVersion()
29
30
println("Version -> " + version)
31
0 commit comments