Skip to content

Commit a3c1712

Browse files
committed
Fixed a thing...
1 parent 77a94f7 commit a3c1712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ plugins {
2525
apply plugin: 'maven-publish'
2626

2727
group = 'org.mangorage'
28-
version = getLatestGitTag() + "." + getLatestGitVersion() + "-beta"
28+
version = getLatestGitTag() + "." + getLatestGitVersion()
2929

3030
println("Version -> " + version)
3131

0 commit comments

Comments
 (0)