Skip to content

Commit

Permalink
misc: upgrade version number
Browse files Browse the repository at this point in the history
  • Loading branch information
voidint committed Aug 9, 2023
1 parent b2ae845 commit b2753cf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion install.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$release="1.5.0"
$release="1.5.1"
$os="windows"
$arch="amd64"
$base_dir="$HOME/.g"
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function get_os() {
}

main() {
local release="1.5.0"
local release="1.5.1"
local os=$(get_os)
local arch=$(get_arch)
local dest_file="${HOME}/.g/downloads/g${release}.${os}-${arch}.tar.gz"
Expand Down
2 changes: 1 addition & 1 deletion internal/build/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import "strings"

const (
// ShortVersion 短版本号
ShortVersion = "1.5.0"
ShortVersion = "1.5.1"
)

// The value of variables come form `gb build -ldflags '-X "build.Build=xxxxx" -X "build.CommitID=xxxx"' `
Expand Down
2 changes: 1 addition & 1 deletion package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ main() {
export GO111MODULE="on"
export GOPROXY="https://goproxy.cn,direct"

local release="1.4.0"
local release="1.5.1"

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
package ${release} ${item}
Expand Down

0 comments on commit b2753cf

Please sign in to comment.