提交 c77c97e7 编写于 作者: V voidint

misc: upgrade version number

上级 9169b031
$release = "1.5.0"
$release = "1.5.1"
$os = "windows"
$arch = "amd64"
$default_base_dir="$HOME\.g"
......
......@@ -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"
......
......@@ -9,7 +9,7 @@ import (
const (
// ShortVersion 短版本号
ShortVersion = "1.5.0"
ShortVersion = "1.5.1"
)
// The value of variables come form `gb build -ldflags '-X "build.Built=xxxxx" -X "build.CommitID=xxxx"' `
......
......@@ -54,7 +54,7 @@ main() {
export GO111MODULE="on"
export GOPROXY="https://goproxy.cn,direct"
local release="1.5.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}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册