From 8f2471a69b84bddd8f7e4daab2beccb8dcd854ad Mon Sep 17 00:00:00 2001 From: iFargle Date: Sat, 11 Feb 2023 08:48:53 +0900 Subject: [PATCH] Update version --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'))