new version 1.2

This commit is contained in:
2020-05-18 12:38:28 +02:00
parent 0307cb7916
commit de1c73e425
2 changed files with 3 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -5,7 +5,7 @@ pipeline {
VERSION = VersionNumber([
versionNumberString:
'${BUILDS_ALL_TIME}',
versionPrefix: '1.1.',
versionPrefix: '1.2.',
worstResultForIncrement: 'SUCCESS'
])
}