Skip to content

Commit ca48dc4

Browse files
authored
update version info and change log (#75)
* update version info and change log
1 parent 97f820c commit ca48dc4

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.44 (2023-08-15)
2+
3+
* fix failing to specify release-eip and delete-cloud-disk to false
4+
15
## 0.1.43 (2023-07-13)
26

37
* skip no permission region when query all uhosts in all regions

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export VERSION=0.1.43
1+
export VERSION=0.1.44
22
GOFMT_FILES?=$$(find . -name '*.go' |grep -v vendor)
33

44
.PHONY : install

base/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const DefaultBaseURL = "https://api.ucloud.cn/"
3939
const DefaultProfile = "default"
4040

4141
// Version 版本号
42-
const Version = "0.1.43"
42+
const Version = "0.1.44"
4343

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

0 commit comments

Comments
 (0)