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