更新应用程序版本号

将应用程序版本号从 "0.14.0" 更新为 "0.14.0+dev",以反映开发中的状态。

备注: 修复一些过度的迁移。
pull/7939/head
宋子桓🌈 2025-03-21 16:54:27 +08:00
parent eed5cd53e8
commit 8deaeaf3f7
No known key found for this signature in database
GPG Key ID: BEF31CC2410A2E8A
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ import (
)
func init() {
conf.App.Version = "0.14.0"
conf.App.Version = "0.14.0+dev"
}
func main() {