Skip to content

Commit 8b04696

Browse files
committed
build: update version
1 parent 6730f70 commit 8b04696

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
## 0.1.38 (2021-07-07)
1+
## 0.1.39 (2022-06-13)
2+
3+
* fix init failure when user donot have a default project in ucloud console.
4+
* update the description of init.
5+
6+
## 0.1.38 (2022-04-27)
27

38
* fix build failure when using go 1.18 on darwin_arm64. ([golang/go#49219](https://github.com/golang/go/issues/49219))
49

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export VERSION=0.1.38
1+
export VERSION=0.1.39
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.38"
42+
const Version = "0.1.39"
4343

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

0 commit comments

Comments
 (0)