Skip to content

Commit f8b9e00

Browse files
committed
Номер очередной дев-версии
1 parent 3375cc8 commit f8b9e00

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ pipeline {
44
agent none
55

66
environment {
7-
VersionPrefix = '2.0.0'
7+
VersionPrefix = '2.0.1'
8+
VersionSuffix = 'rc.1'+"+${BUILD_NUMBER}"
89
outputEnc = '65001'
910
}
1011

0 commit comments

Comments
 (0)