From dbcef83e9df54b8d7612f93a8b91df7a74989985 Mon Sep 17 00:00:00 2001 From: Jianhui Zhao Date: Wed, 12 Feb 2020 21:07:16 +0800 Subject: [PATCH] Bump version 3.1.1 Signed-off-by: Jianhui Zhao --- README.md | 2 +- README_ZH.md | 2 +- version/version.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3d804fa..8520145 100644 --- a/README.md +++ b/README.md @@ -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-3.1.0-blue.svg?style=plastic +[7]: https://img.shields.io/badge/release-3.1.1-blue.svg?style=plastic [8]: https://github.com/zhaojh329/rttys/releases [9]: https://travis-ci.org/zhaojh329/rttys.svg?branch=master [10]: https://travis-ci.org/zhaojh329/rttys diff --git a/README_ZH.md b/README_ZH.md index 9f1499e..c8d8221 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -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-3.1.0-blue.svg?style=plastic +[7]: https://img.shields.io/badge/release-3.1.1-blue.svg?style=plastic [8]: https://github.com/zhaojh329/rttys/releases [9]: https://travis-ci.org/zhaojh329/rttys.svg?branch=master [10]: https://travis-ci.org/zhaojh329/rttys diff --git a/version/version.go b/version/version.go index 2c721ff..693f7be 100644 --- a/version/version.go +++ b/version/version.go @@ -1,6 +1,6 @@ package version -const version = "3.1.0" +const version = "3.1.1" var ( gitCommit = ""