mirror of
https://github.com/bjdgyc/anylink.git
synced 2025-08-08 11:10:14 +08:00
8 lines
83 B
Go
8 lines
83 B
Go
package base
|
|
|
|
const (
|
|
APP_NAME = "AnyLink"
|
|
// app版本号
|
|
APP_VER = "0.10.1"
|
|
)
|