Bump version

This commit is contained in:
NotMyFault 2020-06-23 13:13:01 +02:00 committed by GitHub
parent f4724a3c87
commit c52603921d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ ext {
git = Grgit.open(dir: new File(rootDir.toString() + "/.git"))
}
def ver = "5.12.0"
def ver = "5.12.1"
def versuffix = ""
ext {
if (project.hasProperty("versionsuffix")) {