Skip to content

Commit a13938b

Browse files
committed
0.1.7
1 parent 54acd22 commit a13938b

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.6
1+
export VERSION=0.1.7
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.6"
19+
const Version = "0.1.7"
2020

2121
//ConfigPath 配置文件路径
2222

0 commit comments

Comments
 (0)