Files
NetworkAuth/constants/status.go

8 lines
123 B
Go

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