Skip to content

Commit 235d315

Browse files
authored
Merge pull request #12 from lixiaojun629/master
0.1.6
2 parents 02bb05d + 1ccd974 commit 235d315

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.5
1+
export VERSION=0.1.6
22

33
.PHONY : build
44
build:

base/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
const configFile = "config.json"
1717

1818
//Version 版本号
19-
const Version = "0.1.5"
19+
const Version = "0.1.6"
2020

2121
//ConfigPath 配置文件路径
2222

0 commit comments

Comments
 (0)