Skip to content

Commit

Permalink
Added new version "0.2.1" and change log
Browse files Browse the repository at this point in the history
  • Loading branch information
iTraceur committed Jun 6, 2021
1 parent 150ee76 commit 305f25b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.2.1
`2021-6-6`

* 修复显示版本命令输出多余信息问题
* 修复 Cookie 和 XSRF 生存过期时间
* 更新 Changelog 文字描述

## 0.2.0
`2021-6-5`

Expand Down
2 changes: 1 addition & 1 deletion g/version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package g

const (
VERSION = "0.2.0"
VERSION = "0.2.1"
)

0 comments on commit 305f25b

Please sign in to comment.