Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
EvilBeaver committed Oct 26, 2023
1 parent 501ae47 commit 23ff38e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pipeline {

environment {
VersionPrefix = '2.0.0'
VersionSuffix = 'rc3'+"-${(long)(currentBuild.startTimeInMillis/60000)}"
VersionSuffix = 'rc4'+"-${(long)(currentBuild.startTimeInMillis/60000)}"
outputEnc = '65001'
}

Expand Down

0 comments on commit 23ff38e

Please sign in to comment.