fix: alembic/env.py

This commit is contained in:
ktianc 2023-08-25 17:15:51 +08:00
parent 1ee46b24f7
commit 936d98ceac

View File

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