This commit is contained in:
NotMyFault 2020-05-14 23:15:08 +02:00 committed by GitHub
parent 86edb20c15
commit 25d4d23958
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.11.1"
def ver = "5.11.2"
def versuffix = ""
ext {
if (project.hasProperty("versionsuffix")) {