Skip to content

Commit 989750a

Browse files
committed
chore: 升级版本至2.1.0
1 parent 03a6908 commit 989750a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.1'
13+
APP_VERSION= '2.1.0'
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.1'
13+
APP_VERSION= '2.1.0'
1414
# 应用是否开启热重载
1515
APP_RELOAD = false
1616
# 应用是否开启IP归属区域查询

dash-fastapi-frontend/.env.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ APP_HOST = '0.0.0.0'
1616
# 应用端口
1717
APP_PORT = 8088
1818
# 应用版本
19-
APP_VERSION= '2.0.1'
19+
APP_VERSION= '2.1.0'
2020
# 应用是否开启debug模式
2121
APP_DEBUG = true
2222
# flask-compress压缩配置

dash-fastapi-frontend/.env.prod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ APP_HOST = '0.0.0.0'
1616
# 应用端口
1717
APP_PORT = 8088
1818
# 应用版本
19-
APP_VERSION= '2.0.1'
19+
APP_VERSION= '2.1.0'
2020
# 应用是否开启debug模式
2121
APP_DEBUG = false
2222
# flask-compress压缩配置

0 commit comments

Comments
 (0)