Skip to content

Commit 9026e2d

Browse files
committed
Added some stuff related to Modules...
1 parent 4b9e75b commit 9026e2d

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
@@ -20,7 +20,7 @@ apply plugin: 'java'
2020
apply plugin: 'maven-publish'
2121

2222
group = 'org.mangorage'
23-
version = getLatestGitTag() + "." + getLatestGitVersion() + "-beta"
23+
version = getLatestGitTag() + "." + getLatestGitVersion()
2424

2525
println("Version: " + version)
2626

0 commit comments

Comments
 (0)