Skip to content

Commit

Permalink
update version info and change log (#75)
Browse files Browse the repository at this point in the history
* update version info and change log
  • Loading branch information
wangrzneu authored Aug 15, 2023
1 parent 97f820c commit ca48dc4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.44 (2023-08-15)

* fix failing to specify release-eip and delete-cloud-disk to false

## 0.1.43 (2023-07-13)

* skip no permission region when query all uhosts in all regions
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export VERSION=0.1.43
export VERSION=0.1.44
GOFMT_FILES?=$$(find . -name '*.go' |grep -v vendor)

.PHONY : install
Expand Down
2 changes: 1 addition & 1 deletion base/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const DefaultBaseURL = "https://api.ucloud.cn/"
const DefaultProfile = "default"

// Version 版本号
const Version = "0.1.43"
const Version = "0.1.44"

var UserAgent = fmt.Sprintf("UCloud-CLI/%s", Version)

Expand Down

0 comments on commit ca48dc4

Please sign in to comment.