This commit is contained in:
NotMyFault 2020-09-11 12:27:23 +02:00 committed by GitHub
parent 5463f15633
commit 648953ec1f
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.4"
def ver = "5.13.5"
def versuffix = ""
ext {
if (project.hasProperty("versionsuffix")) {