Skip to content

Commit

Permalink
Update HMCL version
Browse files Browse the repository at this point in the history
  • Loading branch information
evilwk committed Aug 18, 2016
1 parent b9308f0 commit 5bb5362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HMCL/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ if (buildnumber == null)

def versionroot = System.getenv("VERSION_ROOT")
if (versionroot == null)
versionroot = "2.5.1"
versionroot = "2.5.2"

String mavenGroupId = 'HMCL'
String mavenVersion = versionroot + '.' + buildnumber
Expand Down

0 comments on commit 5bb5362

Please sign in to comment.