Skip to content

Commit f9e7a8c

Browse files
author
piexlmax
committed
版本号 v2.5.0 => v2.5.1 beta
1 parent 1c9302c commit f9e7a8c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

server/core/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ func RunWindowsServer() {
3737

3838
fmt.Printf(`
3939
欢迎使用 github.com/flipped-aurora/gin-vue-admin/server
40-
当前版本:V2.5.0
40+
当前版本:V2.5.1 beta
4141
加群方式:微信号:shouzi_1994 QQ群:622360840
4242
GVA讨论社区:https://support.qq.com/products/371961
4343
默认自动化文档地址:http://127.0.0.1%s/swagger/index.html

web/src/core/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const viteLogo = (env) => {
1818
)
1919
console.log(
2020
chalk.green(
21-
`> 当前版本:V2.5.0`
21+
`> 当前版本:v2.5.1 beta`
2222
)
2323
)
2424
console.log(

web/src/core/gin-vue-admin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default {
1010
register(app)
1111
console.log(`
1212
欢迎使用 Gin-Vue-Admin
13-
当前版本:V2.5.0
13+
当前版本:v2.5.1 beta
1414
加群方式:微信:shouzi_1994 QQ群:622360840
1515
GVA讨论社区:https://support.qq.com/products/371961
1616
默认自动化文档地址:http://127.0.0.1:${import.meta.env.VITE_SERVER_PORT}/swagger/index.html

0 commit comments

Comments
 (0)