From c2caed9e9c4ae633c862c8bf259ebcf271a73cd6 Mon Sep 17 00:00:00 2001 From: Jianhui Zhao Date: Thu, 10 Jul 2025 10:25:43 +0800 Subject: [PATCH] bump version 5.1.0 Signed-off-by: Jianhui Zhao --- README.md | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7310c08..44ec050 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-5.0.0-blue.svg?style=plastic +[7]: https://img.shields.io/badge/release-5.1.0-blue.svg?style=plastic [8]: https://github.com/zhaojh329/rttys/releases [9]: https://github.com/zhaojh329/rttys/workflows/build/badge.svg [12]: https://deepwiki.com/badge.svg diff --git a/main.go b/main.go index 4669768..1dd889f 100644 --- a/main.go +++ b/main.go @@ -39,7 +39,7 @@ import ( "github.com/urfave/cli/v3" ) -const RttysVersion = "5.0.0" +const RttysVersion = "5.1.0" var ( GitCommit = ""