Skip to content

Commit 7d6a935

Browse files
committed
Update shell script for version 1.2.0
1 parent fa78632 commit 7d6a935

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function get_os() {
2424
}
2525

2626
main() {
27-
local release="1.1.3"
27+
local release="1.2.0"
2828
local os=$(get_os)
2929
local arch=$(get_arch)
3030
local dest_file="${HOME}/g${release}.${os}-${arch}.tar.gz"

package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ main() {
5959
export GO111MODULE="on"
6060
export GOPROXY="https://goproxy.cn,direct"
6161

62-
local release="1.1.3"
62+
local release="1.2.0"
6363
local rootdir="$(pwd)"
6464

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

0 commit comments

Comments
 (0)