From 90990613f0ada17105a06ac0bb8d30fb3a855aca Mon Sep 17 00:00:00 2001 From: Jianhui Zhao Date: Fri, 28 May 2021 21:20:39 +0800 Subject: [PATCH] chore: Bump version 3.6.0 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 8ebb03e..8a3feee 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.5.0-blue.svg?style=plastic +[7]: https://img.shields.io/badge/release-3.6.0-blue.svg?style=plastic [8]: https://github.com/zhaojh329/rttys/releases [9]: https://github.com/zhaojh329/rttys/workflows/build/badge.svg diff --git a/README_ZH.md b/README_ZH.md index 5465115..56ca199 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.5.0-blue.svg?style=plastic +[7]: https://img.shields.io/badge/release-3.6.0-blue.svg?style=plastic [8]: https://github.com/zhaojh329/rttys/releases [9]: https://github.com/zhaojh329/rttys/workflows/build/badge.svg diff --git a/version/version.go b/version/version.go index 0377f7d..a69445b 100644 --- a/version/version.go +++ b/version/version.go @@ -1,6 +1,6 @@ package version -const version = "3.5.0" +const version = "3.6.0" var ( gitCommit = ""