Skip to content

Commit 5d37108

Browse files
committed
misc: upgrade version number
1 parent 03e2a6d commit 5d37108

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build/build.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99

1010
const (
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"' `

install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
param (
2-
[string] $release = "1.6.0",
2+
[string] $release = "1.7.0",
33
[string] $base_dir
44
)
55

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function get_os() {
3030
}
3131

3232
function 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"

package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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}

0 commit comments

Comments
 (0)