Bump version 2.5.2

Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
This commit is contained in:
Jianhui Zhao
2018-10-12 15:12:33 +08:00
parent da92b6540a
commit 04f8edb79b
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.5.1-blue.svg?style=plastic
[7]: https://img.shields.io/badge/release-2.5.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.5.1-blue.svg?style=plastic
[7]: https://img.shields.io/badge/release-2.5.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 = 5
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)