Skip to content

Commit d5e371e

Browse files
authored
Merge pull request #33 from lixiaojun629/develop
ucloud 0.1.19
2 parents 3104e84 + cd68626 commit d5e371e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export VERSION=0.1.18
1+
export VERSION=0.1.19
22

33
.PHONY : build
44
build:

base/config.go

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

3333
//Version 版本号
34-
const Version = "0.1.18"
34+
const Version = "0.1.19"
3535

3636
//ConfigIns 配置实例, 程序加载时生成
3737
var ConfigIns = &AggConfig{Profile: "default"}

0 commit comments

Comments
 (0)