更新版本

This commit is contained in:
ktianc 2022-11-24 11:59:01 +08:00
parent e7b5664f3b
commit 7bd8f8c907

View File

@ -11,7 +11,7 @@ from fastapi.security import OAuth2PasswordBearer
"""
系统版本
"""
VERSION = "1.2.5"
VERSION = "1.3.0"
"""安全警告: 不要在生产中打开调试运行!"""
DEBUG = True