Compare commits

...

1 Commits

Author SHA1 Message Date
fit2bot
be3ddfb4fb feat: Update v3.9.0 2023-11-16 20:50:12 +08:00
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()