Increment version

This commit is contained in:
SpiritCroc 2020-08-09 16:41:50 +02:00
parent ba430f94f9
commit 8602aba2a5
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ ext.versionMajor = 1
ext.versionMinor = 0
ext.versionPatch = 4
ext.scVersion = 10
ext.scVersion = 11
static def getGitTimestamp() {
def cmd = 'git show -s --format=%ct'