修改readme

This commit is contained in:
bjdgy
2024-01-29 00:09:48 +08:00
parent 13de601474
commit 911b96cc74
12 changed files with 205 additions and 91 deletions

View File

@@ -2,6 +2,12 @@ package base
const (
APP_NAME = "AnyLink"
// APP_VER app版本号
APP_VER = "0.10.2"
)
var (
// APP_VER app版本号
APP_VER = "0.0.1"
// 提交id
CommitId string
Date string
)