diff --git a/Jenkinsfile b/Jenkinsfile index 28c71e4..d62435a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ pipeline { label 'linux-x64' } environment { - APP_VERSION = 'v0.2.2' + APP_VERSION = 'v0.2.3' } options { buildDiscarder(logRotator(numToKeepStr: '100', artifactNumToKeepStr: '20'))