Skip to content

Commit

Permalink
add v0.1.7 version
Browse files Browse the repository at this point in the history
  • Loading branch information
phachon committed Feb 18, 2020
1 parent 41c8950 commit f1a5aaa
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# 更新日志:

## v0.1.7(2020-02)

### Fix Bug & Add Feature
#### 修复bug
1. 修复发送邮件路径不存在

#### 新增功能

### 升级(Upgrade)
1. 下载新版本到部署该项目的根目录
2. 覆盖解压 (tar -zxvf mm-wiki-v0.1.7-linux-amd64.tar.gz)
3. 执行升级命令
```
./mm-wiki --conf conf/mm-wiki.conf --upgrade
```
3. 重新启动
```
./mm-wiki --conf conf/mm-wiki.conf
```

## v0.1.6(2020-02)

### Fix Bug & Add Feature
Expand Down
2 changes: 1 addition & 1 deletion global/system.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package global

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

0 comments on commit f1a5aaa

Please sign in to comment.