Skip to content

Commit

Permalink
Merge pull request #23 from lixiaojun629/develop
Browse files Browse the repository at this point in the history
update version
  • Loading branch information
lixiaojun629 authored Mar 15, 2019
2 parents c889c35 + 4dba38f commit 277e6b6
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.12
export VERSION=0.1.13

.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 @@ -30,7 +30,7 @@ const DefaultBaseURL = "https://api.ucloud.cn/"
const DefaultProfile = "default"

//Version 版本号
const Version = "0.1.12"
const Version = "0.1.13"

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

0 comments on commit 277e6b6

Please sign in to comment.