This commit is contained in:
NotMyFault 2021-06-08 10:52:51 +02:00 committed by GitHub
parent ce287cf218
commit df842c355e
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.12"
def ver = "5.13.13"
def versuffix = ""
ext {
if (project.hasProperty("versionsuffix")) {