Skip to content

Commit 38d21da

Browse files
committed
chore: 升级版本至1.3.0
1 parent 88911a2 commit 38d21da

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

0 commit comments

Comments
 (0)