Skip to content

Commit b2753cf

Browse files
committed
misc: upgrade version number
1 parent b2ae845 commit b2753cf

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$release="1.5.0"
1+
$release="1.5.1"
22
$os="windows"
33
$arch="amd64"
44
$base_dir="$HOME/.g"

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
main() {
33-
local release="1.5.0"
33+
local release="1.5.1"
3434
local os=$(get_os)
3535
local arch=$(get_arch)
3636
local dest_file="${HOME}/.g/downloads/g${release}.${os}-${arch}.tar.gz"

internal/build/build.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import "strings"
44

55
const (
66
// ShortVersion 短版本号
7-
ShortVersion = "1.5.0"
7+
ShortVersion = "1.5.1"
88
)
99

1010
// The value of variables come form `gb build -ldflags '-X "build.Build=xxxxx" -X "build.CommitID=xxxx"' `

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.4.0"
57+
local release="1.5.1"
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)