Skip to content

Commit a82e89c

Browse files
committed
chore: upgrade version number
1 parent f22cdbc commit a82e89c

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
@@ -28,7 +28,7 @@ import (
2828

2929
const (
3030
// ShortVersion short version number
31-
ShortVersion = "1.7.0"
31+
ShortVersion = "1.8.0"
3232
)
3333

3434
// 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.7.0",
2+
[string] $release = "1.8.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.7.0"
33+
local release="1.8.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.7.0"
57+
local release="1.8.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)