Skip to content

Commit f1a5aaa

Browse files
committed
add v0.1.7 version
1 parent 41c8950 commit f1a5aaa

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# 更新日志:
22

3+
## v0.1.7(2020-02)
4+
5+
### Fix Bug & Add Feature
6+
#### 修复bug
7+
1. 修复发送邮件路径不存在
8+
9+
#### 新增功能
10+
11+
12+
### 升级(Upgrade)
13+
1. 下载新版本到部署该项目的根目录
14+
2. 覆盖解压 (tar -zxvf mm-wiki-v0.1.7-linux-amd64.tar.gz)
15+
3. 执行升级命令
16+
```
17+
./mm-wiki --conf conf/mm-wiki.conf --upgrade
18+
```
19+
3. 重新启动
20+
```
21+
./mm-wiki --conf conf/mm-wiki.conf
22+
```
23+
324
## v0.1.6(2020-02)
425

526
### Fix Bug & Add Feature

global/system.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package global
22

33
const (
4-
SYSTEM_VERSION = "v0.1.6" // system version code
4+
SYSTEM_VERSION = "v0.1.7" // system version code
55
SYSTEM_COPYRIGHT = "2018 - 2020 phachon" // system copyright
66
)

0 commit comments

Comments
 (0)