Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iwannay committed Dec 9, 2020
1 parent 171d04c commit 8f5e115
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# 更新记录

## v2.0.6
## v2.1.0
1. 日志默认倒序查询
2. 任务支持根据关键词搜索
3. 新增磁盘清理动态清理
4. 节点日志管理
4. 修复bug
5. 修复bug


## v2.0.5
Expand Down
2 changes: 1 addition & 1 deletion pkg/version/ver.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"runtime"
)

const Binary = "2.0.6"
const Binary = "2.1.0"

func String(app string) string {
return fmt.Sprintf("%s v%s (built w/%s)", app, Binary, runtime.Version())
Expand Down

0 comments on commit 8f5e115

Please sign in to comment.