Skip to content

Commit 2ed620a

Browse files
committed
remove beta tag...
1 parent 287276d commit 2ed620a

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)