Skip to content

Commit 0baa816

Browse files
committed
Release version v3.0.44
1 parent 94809f9 commit 0baa816

File tree

5 files changed

+14
-10
lines changed

5 files changed

+14
-10
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ install:
99
# by default, all script lines are interpreted as batch
1010
- 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
1111
- cmd: set path=%path%;C:\Users\appveyor\go\bin
12-
- cmd: set VERSION=3.0.43
12+
- cmd: set VERSION=3.0.44
1313
- cmd: go get -u github.com/shuLhan/go-bindata/...
1414
- cmd: go-bindata -o resource/metas.go -pkg resource -prefix ../aliyun-openapi-meta ../aliyun-openapi-meta/...
1515
- cmd: go build -ldflags "-X 'github.com/aliyun/aliyun-cli/cli.Version=%VERSION%'" -o C:\Users\appveyor\go\bin\aliyun.exe main/main.go

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
### Master
44

5+
### 3.0.44
6+
7+
- update: meta data
8+
59
### 3.0.43
610

711
- update: meta data

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export VERSION=3.0.43
1+
export VERSION=3.0.44
22
export RELEASE_PATH="releases/aliyun-cli-${VERSION}"
33

44
all: build

README-CN.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ CLI 版本更改说明请参考 [CHANGELOG](./CHANGELOG.md)
4040

4141
阿里云CLI工具下载、解压后即可使用,支持Mac, Linux, Windows平台(x64版本)。您可以将解压的`aliyun`可执行文件移至`/usr/local/bin`目录下,或添加到`$PATH`中。
4242

43-
下载链接如下 (3.0.43):
43+
下载链接如下 (3.0.44):
4444

45-
- [Mac](https://aliyuncli.alicdn.com/aliyun-cli-macosx-3.0.43-amd64.tgz)
46-
- [Linux](https://aliyuncli.alicdn.com/aliyun-cli-linux-3.0.43-amd64.tgz)
47-
- [Windows (64 bit)](https://aliyuncli.alicdn.com/aliyun-cli-windows-3.0.43-amd64.zip)
45+
- [Mac](https://aliyuncli.alicdn.com/aliyun-cli-macosx-3.0.44-amd64.tgz)
46+
- [Linux](https://aliyuncli.alicdn.com/aliyun-cli-linux-3.0.44-amd64.tgz)
47+
- [Windows (64 bit)](https://aliyuncli.alicdn.com/aliyun-cli-windows-3.0.44-amd64.zip)
4848

4949
- **使用brew**
5050

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ The release notes for the CLI can be found in the [CHANGELOG](./CHANGELOG.md)
3838

3939
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`.
4040

41-
Download link: (3.0.43)
41+
Download link: (3.0.44)
4242

43-
- [Mac](https://aliyuncli.alicdn.com/aliyun-cli-macosx-3.0.43-amd64.tgz)
44-
- [Linux](https://aliyuncli.alicdn.com/aliyun-cli-linux-3.0.43-amd64.tgz)
45-
- [Windows (64 bit)](https://aliyuncli.alicdn.com/aliyun-cli-windows-3.0.43-amd64.zip)
43+
- [Mac](https://aliyuncli.alicdn.com/aliyun-cli-macosx-3.0.44-amd64.tgz)
44+
- [Linux](https://aliyuncli.alicdn.com/aliyun-cli-linux-3.0.44-amd64.tgz)
45+
- [Windows (64 bit)](https://aliyuncli.alicdn.com/aliyun-cli-windows-3.0.44-amd64.zip)
4646

4747
- **Use brew**
4848
If you have installed `brew` in your computer, you can use it to install Alibaba Cloud CLI as following:

0 commit comments

Comments
 (0)