Compare commits

...

1 Commits

Author SHA1 Message Date
fit2bot
191b783f0a feat: Update v3.10.0 2023-12-21 18:35:07 +08:00
2 changed files with 2 additions and 1 deletions

1
GITSHA Normal file
View File

@@ -0,0 +1 @@
8df720f19ef528db90e34ee1d31786a9059c7b4a

View File

@@ -8,7 +8,7 @@ __all__ = ['BASE_DIR', 'PROJECT_DIR', 'VERSION', 'CONFIG']
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
PROJECT_DIR = os.path.dirname(BASE_DIR)
VERSION = '2.0.0'
VERSION = 'v3.10.0'
CONFIG = ConfigManager.load_user_config()