Files
NetworkAuth/constants/status.go

12 lines
293 B
Go

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