Bump version 2.0.2

Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
This commit is contained in:
Jianhui Zhao
2018-06-15 21:23:09 +08:00
parent d735d04db5
commit 369d909fb9
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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.1-blue.svg?style=plastic
[7]: https://img.shields.io/badge/release-2.0.2-blue.svg?style=plastic
[8]: https://github.com/zhaojh329/rttys/releases
[![license][1]][2]
+1 -1
View File
@@ -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.1-blue.svg?style=plastic
[7]: https://img.shields.io/badge/release-2.0.2-blue.svg?style=plastic
[8]: https://github.com/zhaojh329/rttys/releases
[![license][1]][2]
+1 -1
View File
@@ -4,7 +4,7 @@ import "fmt"
const RTTYS_VERSION_MAJOR = 2
const RTTYS_VERSION_MINOR = 0
const RTTYS_VERSION_PATCH = 1
const RTTYS_VERSION_PATCH = 2
func rttys_version() string {
return fmt.Sprintf("%d.%d.%d", RTTYS_VERSION_MAJOR, RTTYS_VERSION_MINOR, RTTYS_VERSION_PATCH)