From 8add53b06d621a960bbcf549b73fcd5f81c3653e Mon Sep 17 00:00:00 2001 From: CHUN YU YAO Date: Thu, 11 May 2023 19:19:50 +0800 Subject: [PATCH] 2023-05-08, update for urbtix new survey --- config_launcher.py | 2 +- settings.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config_launcher.py b/config_launcher.py index ae98a05..79e17a3 100644 --- a/config_launcher.py +++ b/config_launcher.py @@ -22,7 +22,7 @@ import base64 import threading import subprocess -CONST_APP_VERSION = u"MaxBot (2023.05.02)" +CONST_APP_VERSION = u"MaxBot (2023.05.08)" CONST_MAXBOT_LAUNCHER_FILE = "config_launcher.json" CONST_MAXBOT_CONFIG_FILE = "settings.json" diff --git a/settings.py b/settings.py index a1dbce9..44ed68f 100644 --- a/settings.py +++ b/settings.py @@ -24,7 +24,7 @@ import time import threading import subprocess -CONST_APP_VERSION = u"MaxBot (2023.05.02)" +CONST_APP_VERSION = u"MaxBot (2023.05.08)" CONST_MAXBOT_CONFIG_FILE = "settings.json" CONST_MAXBOT_LAST_URL_FILE = "MAXBOT_LAST_URL.txt"