Skip to content

Commit 3367b86

Browse files
committed
Fixed it up abit...
1 parent 9e0872e commit 3367b86

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)