Skip to content

Commit 49387e2

Browse files
committed
Бамп версии и убрал rc из номера версии
1 parent fa0d7dd commit 49387e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Jenkinsfile

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

66
environment {
7-
VersionPrefix = '2.0.2'
8-
VersionSuffix = 'rc.1'+"+${BUILD_NUMBER}"
7+
VersionPrefix = '2.1.0'
8+
VersionSuffix = 'dev'+"+${BUILD_NUMBER}"
99
outputEnc = '65001'
1010
}
1111

0 commit comments

Comments
 (0)