Files
NetworkAuth/constants/status.go
2025-10-26 14:48:02 +08:00

8 lines
123 B
Go

package constants
// 应用程序版本信息
const (
// AppVersion 应用程序版本号
AppVersion = "1.2.0"
)