feat: Update v3.9.1

This commit is contained in:
fit2bot 2023-11-17 15:50:20 +08:00
parent a92023840a
commit 2b0292ffa0
2 changed files with 2 additions and 1 deletions

1
GITSHA Normal file
View File

@ -0,0 +1 @@
a92023840a13ac81abf21d0291cba2aaee23943b

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.9.1'
CONFIG = ConfigManager.load_user_config()