diff --git a/Jenkinsfile b/Jenkinsfile index a87b8bcf3..94be3b1f1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ pipeline { environment { VersionPrefix = '2.0.0' - VersionSuffix = 'rc3'+"-${(long)(currentBuild.startTimeInMillis/60000)}" + VersionSuffix = 'rc4'+"-${(long)(currentBuild.startTimeInMillis/60000)}" outputEnc = '65001' }