We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90cd377 commit 2f0146dCopy full SHA for 2f0146d
ruoyi-fastapi-backend/.env.dev
@@ -10,7 +10,7 @@ APP_HOST = '0.0.0.0'
10
# 应用端口
11
APP_PORT = 9099
12
# 应用版本
13
-APP_VERSION= '1.6.2'
+APP_VERSION= '1.7.0'
14
# 应用是否开启热重载
15
APP_RELOAD = true
16
# 应用是否开启IP归属区域查询
ruoyi-fastapi-backend/.env.prod
APP_RELOAD = false
ruoyi-fastapi-frontend/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vfadmin",
3
- "version": "1.6.2",
+ "version": "1.7.0",
4
"description": "vfadmin管理系统",
5
"author": "insistence",
6
"license": "MIT",
0 commit comments