Skip to content

Commit 0ec01e4

Browse files
committed
Fixed Installer gradle, whoops!
1 parent 0e71923 commit 0ec01e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.1"
23+
version = getLatestGitTag() + "." + getLatestGitVersion()
2424

2525
println("Version: " + version)
2626

0 commit comments

Comments
 (0)