mirror of
https://github.com/zhaojh329/rttys.git
synced 2026-02-27 09:53:21 +08:00
Bump version 2.0.2
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
This commit is contained in:
@@ -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
@@ -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
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user