Skip to content

Commit

Permalink
Bump version 2.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
  • Loading branch information
Jianhui Zhao committed Jun 17, 2018
1 parent 550b5c9 commit 7c7cd8a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[4]: https://github.com/zhaojh329/rttys/pulls
[5]: https://img.shields.io/badge/Issues-welcome-brightgreen.svg?style=plastic
[6]: https://github.com/zhaojh329/rttys/issues/new
[7]: https://img.shields.io/badge/release-2.0.3-blue.svg?style=plastic
[7]: https://img.shields.io/badge/release-2.1.0-blue.svg?style=plastic
[8]: https://github.com/zhaojh329/rttys/releases

[![license][1]][2]
Expand Down
2 changes: 1 addition & 1 deletion README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[4]: https://github.com/zhaojh329/rttys/pulls
[5]: https://img.shields.io/badge/Issues-welcome-brightgreen.svg?style=plastic
[6]: https://github.com/zhaojh329/rttys/issues/new
[7]: https://img.shields.io/badge/release-2.0.3-blue.svg?style=plastic
[7]: https://img.shields.io/badge/release-2.1.0-blue.svg?style=plastic
[8]: https://github.com/zhaojh329/rttys/releases

[![license][1]][2]
Expand Down
2 changes: 1 addition & 1 deletion statik/statik.go

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package main
import "fmt"

const RTTYS_VERSION_MAJOR = 2
const RTTYS_VERSION_MINOR = 0
const RTTYS_VERSION_PATCH = 3
const RTTYS_VERSION_MINOR = 1
const RTTYS_VERSION_PATCH = 0

func rttys_version() string {
return fmt.Sprintf("%d.%d.%d", RTTYS_VERSION_MAJOR, RTTYS_VERSION_MINOR, RTTYS_VERSION_PATCH)
Expand Down

0 comments on commit 7c7cd8a

Please sign in to comment.