diff --git a/.appveyor.yml b/.appveyor.yml index ba9cf409d..f08431ffe 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -9,7 +9,7 @@ install: # by default, all script lines are interpreted as batch - cmd: git clone -q --branch=master https://github.com/aliyun/aliyun-openapi-meta.git C:\Users\appveyor\go\src\github.com\aliyun\aliyun-openapi-meta - cmd: set path=%path%;C:\Users\appveyor\go\bin - - cmd: set VERSION=3.0.44 + - cmd: set VERSION=3.0.45 - cmd: go get -u github.com/shuLhan/go-bindata/... - cmd: go-bindata -o resource/metas.go -pkg resource -prefix ../aliyun-openapi-meta ../aliyun-openapi-meta/... - cmd: go build -ldflags "-X 'github.com/aliyun/aliyun-cli/cli.Version=%VERSION%'" -o C:\Users\appveyor\go\bin\aliyun.exe main/main.go diff --git a/CHANGELOG.md b/CHANGELOG.md index a27244b9e..4b2cfb33c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ### Master +### 3.0.45 + +- update: meta data + ### 3.0.44 - update: meta data diff --git a/Makefile b/Makefile index b6d1f43c4..61c1f3aa3 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -export VERSION=3.0.44 +export VERSION=3.0.45 export RELEASE_PATH="releases/aliyun-cli-${VERSION}" all: build diff --git a/README-CN.md b/README-CN.md index 28b8753b8..b6c46236c 100644 --- a/README-CN.md +++ b/README-CN.md @@ -40,11 +40,11 @@ CLI 版本更改说明请参考 [CHANGELOG](./CHANGELOG.md) 阿里云CLI工具下载、解压后即可使用,支持Mac, Linux, Windows平台(x64版本)。您可以将解压的`aliyun`可执行文件移至`/usr/local/bin`目录下,或添加到`$PATH`中。 - 下载链接如下 (3.0.44): + 下载链接如下 (3.0.45): - - [Mac](https://aliyuncli.alicdn.com/aliyun-cli-macosx-3.0.44-amd64.tgz) - - [Linux](https://aliyuncli.alicdn.com/aliyun-cli-linux-3.0.44-amd64.tgz) - - [Windows (64 bit)](https://aliyuncli.alicdn.com/aliyun-cli-windows-3.0.44-amd64.zip) + - [Mac](https://aliyuncli.alicdn.com/aliyun-cli-macosx-3.0.45-amd64.tgz) + - [Linux](https://aliyuncli.alicdn.com/aliyun-cli-linux-3.0.45-amd64.tgz) + - [Windows (64 bit)](https://aliyuncli.alicdn.com/aliyun-cli-windows-3.0.45-amd64.zip) - **使用brew** diff --git a/README.md b/README.md index dcc52048a..64cb1cda8 100644 --- a/README.md +++ b/README.md @@ -38,11 +38,11 @@ The release notes for the CLI can be found in the [CHANGELOG](./CHANGELOG.md) Download the installer, then extract the installer. You can move the extracted `aliyun` executable file to the `/usr/local/bin` directory or add it to the `$PATH`. - Download link: (3.0.44) + Download link: (3.0.45) - - [Mac](https://aliyuncli.alicdn.com/aliyun-cli-macosx-3.0.44-amd64.tgz) - - [Linux](https://aliyuncli.alicdn.com/aliyun-cli-linux-3.0.44-amd64.tgz) - - [Windows (64 bit)](https://aliyuncli.alicdn.com/aliyun-cli-windows-3.0.44-amd64.zip) + - [Mac](https://aliyuncli.alicdn.com/aliyun-cli-macosx-3.0.45-amd64.tgz) + - [Linux](https://aliyuncli.alicdn.com/aliyun-cli-linux-3.0.45-amd64.tgz) + - [Windows (64 bit)](https://aliyuncli.alicdn.com/aliyun-cli-windows-3.0.45-amd64.zip) - **Use brew** If you have installed `brew` in your computer, you can use it to install Alibaba Cloud CLI as following: