mirror of
https://github.com/stilleshan/dockerfiles.git
synced 2025-12-24 13:37:58 +08:00
8 lines
85 B
Go
8 lines
85 B
Go
package base
|
|
|
|
const (
|
|
APP_NAME = "AnyLink"
|
|
// 修复前端bug
|
|
APP_VER = "0.6.2"
|
|
)
|