This commit is contained in:
NotMyFault 2020-08-14 15:26:32 +02:00 committed by GitHub
parent 8f1b2a9d2a
commit 78a6e72fe1
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.13.1"
def ver = "5.13.2"
def versuffix = ""
ext {
if (project.hasProperty("versionsuffix")) {