feat: Update v3.9.3

This commit is contained in:
fit2bot
2023-11-28 17:36:14 +08:00
parent b10ee436e8
commit 96dfb8ddf1
2 changed files with 2 additions and 1 deletions

1
GITSHA Normal file
View File

@@ -0,0 +1 @@
b10ee436e81612240818a4fd2b7100f9f60a2fca

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