Skip to content

Commit

Permalink
fix cli version config (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangrzneu authored May 9, 2024
1 parent 943f2f3 commit 4dd4cd3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.1.49 (2024-05-09)

* fix cli version config

## 0.1.48 (2024-05-09)

* update golang version to 1.19

## 0.1.47 (2024-05-08)

* support repeating generic api call
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.47
export VERSION=0.1.49
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.47"
const Version = "0.1.49"

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

Expand Down

0 comments on commit 4dd4cd3

Please sign in to comment.