Skip to content

Commit

Permalink
Update shell script for version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
voidint committed Aug 9, 2020
1 parent fa78632 commit 7d6a935
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function get_os() {
}

main() {
local release="1.1.3"
local release="1.2.0"
local os=$(get_os)
local arch=$(get_arch)
local dest_file="${HOME}/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 @@ -59,7 +59,7 @@ main() {
export GO111MODULE="on"
export GOPROXY="https://goproxy.cn,direct"

local release="1.1.3"
local release="1.2.0"
local rootdir="$(pwd)"

for item in "darwin_amd64" "linux_386" "linux_amd64" "linux_arm" "linux_arm64" "windows_386" "windows_amd64"; do
Expand Down

0 comments on commit 7d6a935

Please sign in to comment.