Skip to content

Commit 0675227

Browse files
committed
upgrade version
1 parent a0524c4 commit 0675227

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

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

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

0 commit comments

Comments
 (0)