Skip to content

Commit

Permalink
Merge pull request #33 from lixiaojun629/develop
Browse files Browse the repository at this point in the history
ucloud 0.1.19
  • Loading branch information
lixiaojun629 authored Jul 9, 2019
2 parents 3104e84 + cd68626 commit d5e371e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.18
export VERSION=0.1.19

.PHONY : build
build:
Expand Down
2 changes: 1 addition & 1 deletion base/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const DefaultBaseURL = "https://api.ucloud.cn/"
const DefaultProfile = "default"

//Version 版本号
const Version = "0.1.18"
const Version = "0.1.19"

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

0 comments on commit d5e371e

Please sign in to comment.