File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 99
1010const (
1111 // ShortVersion 短版本号
12- ShortVersion = "1.6 .0"
12+ ShortVersion = "1.7 .0"
1313)
1414
1515// The value of variables come form `gb build -ldflags '-X "build.Built=xxxxx" -X "build.CommitID=xxxx"' `
Original file line number Diff line number Diff line change 11param (
2- [string ] $release = " 1.6 .0" ,
2+ [string ] $release = " 1.7 .0" ,
33 [string ] $base_dir
44)
55
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ function get_os() {
3030}
3131
3232function main() {
33- local release=" 1.6 .0"
33+ local release=" 1.7 .0"
3434 local os=$( get_os)
3535 local arch=$( get_arch)
3636 local dest_file=" ${HOME} /.g/downloads/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.6 .0"
57+ local release=" 1.7 .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