Skip to content

Commit

Permalink
Merge pull request #14 from lixiaojun629/develop
Browse files Browse the repository at this point in the history
0.1.7
  • Loading branch information
lixiaojun629 authored Dec 27, 2018
2 parents d38604d + a13938b commit 5b7764d
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.6
export VERSION=0.1.7

.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 @@ -16,7 +16,7 @@ import (
const configFile = "config.json"

//Version 版本号
const Version = "0.1.6"
const Version = "0.1.7"

//ConfigPath 配置文件路径

Expand Down

0 comments on commit 5b7764d

Please sign in to comment.