Skip to content

Commit 79927d8

Browse files
committed
chore: 升级版本号
1 parent 3515d30 commit 79927d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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= '1.2.0'
13+
APP_VERSION= '1.2.1'
1414
# 应用是否开启热重载
1515
APP_RELOAD = true
1616

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= '1.2.0'
13+
APP_VERSION= '1.2.1'
1414
# 应用是否开启热重载
1515
APP_RELOAD = false
1616

0 commit comments

Comments
 (0)