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