Up version to v0.2.5

This commit is contained in:
iFargle
2023-02-13 20:56:58 +09:00
parent 5517309def
commit 42763297d3

2
Jenkinsfile vendored
View File

@@ -5,7 +5,7 @@ pipeline {
label 'linux-x64'
}
environment {
APP_VERSION = 'v0.2.4'
APP_VERSION = 'v0.2.5'
BUILD_DATE = ''
}
options {