This commit is contained in:
NotMyFault
2020-09-11 12:27:23 +02:00
committed by GitHub
parent 5463f15633
commit 648953ec1f

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")) {