feat: Update v3.9.0

This commit is contained in:
fit2bot 2023-11-16 20:50:12 +08:00
parent dabbb45f6e
commit be3ddfb4fb
2 changed files with 2 additions and 1 deletions

1
GITSHA Normal file
View File

@ -0,0 +1 @@
dabbb45f6e9c2472001ba494f1629f819bb48a6a

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