Skip to content

Commit 0c1ccc3

Browse files
committed
Removed beta tag
1 parent 38a0854 commit 0c1ccc3

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
@@ -45,7 +45,7 @@ apply plugin: 'java'
4545
apply plugin: 'maven-publish'
4646

4747
group = 'org.mangorage'
48-
version = getLatestGitTag() + "." + getLatestGitVersion() + ".beta.1"
48+
version = getLatestGitTag() + "." + getLatestGitVersion()
4949

5050
println("Version -> " + version)
5151

0 commit comments

Comments
 (0)