This commit is contained in:
NotMyFault
2020-09-09 23:31:30 +02:00
committed by GitHub
parent c5906e780a
commit 0c6113b0d1

View File

@@ -30,7 +30,7 @@ ext {
git = Grgit.open(dir: new File(rootDir.toString() + "/.git"))
}
def ver = "5.13.3"
def ver = "5.13.4"
def versuffix = ""
ext {
if (project.hasProperty("versionsuffix")) {