From ca91a7983c3af5ad82c355f56b2dde5a94fab7ea Mon Sep 17 00:00:00 2001 From: Jianhui Zhao Date: Thu, 7 Aug 2025 21:40:46 +0800 Subject: [PATCH] bump version 5.5.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 80094a4..00bc8af 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.4.1-blue.svg?style=plastic +[7]: https://img.shields.io/badge/release-5.5.0-blue.svg?style=plastic [8]: https://github.com/zhaojh329/rttys/releases [9]: https://github.com/zhaojh329/rttys/workflows/build/badge.svg [10]: https://img.shields.io/github/downloads/zhaojh329/rttys/total diff --git a/main.go b/main.go index c4c8e4c..e810584 100644 --- a/main.go +++ b/main.go @@ -38,7 +38,7 @@ import ( "github.com/urfave/cli/v3" ) -const RttysVersion = "5.4.1" +const RttysVersion = "5.5.0" var ( GitCommit = ""