File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import "strings"
44
55const (
66 // ShortVersion 短版本号
7- ShortVersion = "1.3 .0"
7+ ShortVersion = "1.4 .0"
88)
99
1010// The value of variables come form `gb build -ldflags '-X "build.Build=xxxxx" -X "build.CommitID=xxxx"' `
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ function get_os() {
3030}
3131
3232main () {
33- local release=" 1.3 .0"
33+ local release=" 1.4 .0"
3434 local os=$( get_os)
3535 local arch=$( get_arch)
3636 local dest_file=" ${HOME} /g${release} .${os} -${arch} .tar.gz"
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ main() {
5454 export GO111MODULE=" on"
5555 export GOPROXY=" https://goproxy.cn,direct"
5656
57- local release=" 1.3 .0"
57+ local release=" 1.4 .0"
5858
5959 for item in " darwin_amd64" " darwin_arm64" " linux_386" " linux_amd64" " linux_arm" " linux_arm64" " linux_s390x" " windows_386" " windows_amd64" " windows_arm" " windows_arm64" ; do
6060 package ${release} ${item}
You can’t perform that action at this time.
0 commit comments