We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f83382b commit 426c366Copy full SHA for 426c366
build/build.go
@@ -4,7 +4,7 @@ import "strings"
4
5
const (
6
// ShortVersion 短版本号
7
- ShortVersion = "1.2.1"
+ ShortVersion = "1.3.0"
8
)
9
10
// The value of variables come form `gb build -ldflags '-X "build.Build=xxxxx" -X "build.CommitID=xxxx"' `
0 commit comments