Update HMCL version

This commit is contained in:
南宫临风 2016-08-18 11:36:36 +08:00
parent b9308f060f
commit 5bb53622ca

View File

@ -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