This commit is contained in:
dordsor21 2020-05-09 13:19:29 +01:00
parent 5a2f70238a
commit 55fc963673

View File

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