mirror of
https://github.com/skyle1995/NetworkAuth.git
synced 2026-05-25 02:24:05 +08:00
12 lines
293 B
Go
12 lines
293 B
Go
package constants
|
|
|
|
// ============================================================================
|
|
// 常量定义
|
|
// ============================================================================
|
|
|
|
// 应用程序版本信息
|
|
const (
|
|
// AppVersion 应用程序版本号
|
|
AppVersion = "2.0.1"
|
|
)
|