Skip to content

Commit 3079c19

Browse files
committed
chore: 升级版本至2.0.1
1 parent 60a186f commit 3079c19

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

dash-fastapi-backend/.env.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ APP_HOST = '0.0.0.0'
1010
# 应用端口
1111
APP_PORT = 9099
1212
# 应用版本
13-
APP_VERSION= '2.0.0'
13+
APP_VERSION= '2.0.1'
1414
# 应用是否开启热重载
1515
APP_RELOAD = true
1616
# 应用是否开启IP归属区域查询

dash-fastapi-backend/.env.prod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ APP_HOST = '0.0.0.0'
1010
# 应用端口
1111
APP_PORT = 9099
1212
# 应用版本
13-
APP_VERSION= '2.0.0'
13+
APP_VERSION= '2.0.1'
1414
# 应用是否开启热重载
1515
APP_RELOAD = false
1616
# 应用是否开启IP归属区域查询

dash-fastapi-frontend/.env.dev

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ APP_SECRET_KEY = 'Dash-FastAPI-Admin'
1515
APP_HOST = '0.0.0.0'
1616
# 应用端口
1717
APP_PORT = 8088
18+
# 应用版本
19+
APP_VERSION= '2.0.1'
1820
# 应用是否开启debug模式
1921
APP_DEBUG = true
2022
# flask-compress压缩配置

dash-fastapi-frontend/.env.prod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ APP_SECRET_KEY = 'Dash-FastAPI-Admin'
1515
APP_HOST = '0.0.0.0'
1616
# 应用端口
1717
APP_PORT = 8088
18+
# 应用版本
19+
APP_VERSION= '2.0.1'
1820
# 应用是否开启debug模式
1921
APP_DEBUG = false
2022
# flask-compress压缩配置

0 commit comments

Comments
 (0)