Update version

This commit is contained in:
iFargle
2023-02-11 08:48:53 +09:00
parent 55e58a356c
commit 8f2471a69b

2
Jenkinsfile vendored
View File

@@ -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'))