Ready for merge

This commit is contained in:
iFargle
2023-02-10 20:58:20 +09:00
parent cc0149a855
commit 2369db5b3c
3 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@@ -5,7 +5,7 @@ pipeline {
label 'linux-x64'
}
environment {
APP_VERSION = '0.2.0'
APP_VERSION = '0.2.1'
}
options {
buildDiscarder(logRotator(numToKeepStr: '100', artifactNumToKeepStr: '20'))

View File

@@ -22,7 +22,7 @@ app.logger.setLevel(logging.DEBUG)
COLOR_NAV = "blue-grey darken-1"
COLOR_BTN = "blue-grey darken-3"
BASE_PATH = os.environ["BASE_PATH"]
APP_VERSION = "0.2.0"
APP_VERSION = "0.2.1"
HS_VERSION = "0.20.0"
DEBUG_STATE = False

View File