feat: Update v3.10.0

This commit is contained in:
fit2bot
2023-12-21 18:35:07 +08:00
parent 8df720f19e
commit 191b783f0a
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()