File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ APP_HOST = '0.0.0.0'
1010# 应用端口
1111APP_PORT = 9099
1212# 应用版本
13- APP_VERSION = ' 2.0.0 '
13+ APP_VERSION = ' 2.0.1 '
1414# 应用是否开启热重载
1515APP_RELOAD = true
1616# 应用是否开启IP归属区域查询
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ APP_HOST = '0.0.0.0'
1010# 应用端口
1111APP_PORT = 9099
1212# 应用版本
13- APP_VERSION = ' 2.0.0 '
13+ APP_VERSION = ' 2.0.1 '
1414# 应用是否开启热重载
1515APP_RELOAD = false
1616# 应用是否开启IP归属区域查询
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ APP_SECRET_KEY = 'Dash-FastAPI-Admin'
1515APP_HOST = ' 0.0.0.0'
1616# 应用端口
1717APP_PORT = 8088
18+ # 应用版本
19+ APP_VERSION = ' 2.0.1'
1820# 应用是否开启debug模式
1921APP_DEBUG = true
2022# flask-compress压缩配置
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ APP_SECRET_KEY = 'Dash-FastAPI-Admin'
1515APP_HOST = ' 0.0.0.0'
1616# 应用端口
1717APP_PORT = 8088
18+ # 应用版本
19+ APP_VERSION = ' 2.0.1'
1820# 应用是否开启debug模式
1921APP_DEBUG = false
2022# flask-compress压缩配置
You can’t perform that action at this time.
0 commit comments