修改版本号

This commit is contained in:
forget_the_bright 2023-03-29 14:30:57 +08:00
parent cae8368a77
commit 179d695bd8

View File

@ -4,7 +4,7 @@ import "strings"
const (
// ShortVersion 短版本号
ShortVersion = "1.0.0"
ShortVersion = "1.0.1"
)
// The value of variables come form `gb build -ldflags '-X "build.Build=xxxxx" -X "build.CommitID=xxxx"' `