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 Sep 5, 2023
1 parent b9a60a6 commit f0f7493
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.1"
$release = "1.5.2"
$os = "windows"
$arch = "amd64"
$default_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.1"
local release="1.5.2"
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 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.5.1"
local release="1.5.2"

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 f0f7493

Please sign in to comment.