Skip to content

Commit 7f8dcc9

Browse files
committed
Improved how we handle dependencies, no longer need to worry about a "sorted-libraries" folder...
1 parent eb7a99d commit 7f8dcc9

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
@@ -28,7 +28,7 @@ apply plugin: 'com.gradleup.shadow'
2828

2929

3030
group = 'org.mangorage'
31-
version = getLatestGitTag() + "." + getLatestGitVersion() + "-beta.1"
31+
version = getLatestGitTag() + "." + getLatestGitVersion()
3232

3333
println("Version -> " + version)
3434

0 commit comments

Comments
 (0)