This commit is contained in:
NotMyFault
2020-08-26 13:57:20 +02:00
committed by GitHub
parent c42d5390a4
commit 1441cc293c

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