Skip to content

Commit a5f6825

Browse files
committed
0.1.9
1 parent 8e6ed54 commit a5f6825

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.8
1+
export VERSION=0.1.9
22

33
.PHONY : build
44
build:

base/config.go

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

3131
//Version 版本号
32-
const Version = "0.1.8"
32+
const Version = "0.1.9"
3333

3434
//ConfigIns 配置实例, 程序加载时生成
3535
var ConfigIns = &AggConfig{}

0 commit comments

Comments
 (0)