Update app version to 2023-02-07.1

This commit is contained in:
albert
2023-02-07 08:20:47 +09:00
parent a0948a02fa
commit b4e7a834c8

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 = "2023.01.1"
APP_VERSION = "2023-02-07.1"
HS_VERSION = "0.20.0"
DEBUG_STATE = False