6.0.0-SUPER-SNAPSHOT

This commit is contained in:
dordsor21 2020-07-23 18:06:14 +01:00
parent d8e5daf12b
commit 4d4f755607
No known key found for this signature in database
GPG Key ID: 1E53E88969FFCF0B

View File

@ -30,8 +30,8 @@ ext {
git = Grgit.open(dir: new File(rootDir.toString() + "/.git"))
}
def ver = "5.12.5"
def versuffix = ""
def ver = "6.0.0"
def versuffix = "SUPER-SNAPSHOT"
ext {
if (project.hasProperty("versionsuffix")) {
versuffix = "-$versionsuffix"