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 = ""