diff --git a/README.md b/README.md index 788b7a4..80094a4 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.3.0-blue.svg?style=plastic +[7]: https://img.shields.io/badge/release-5.4.1-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 40137db..849f26f 100644 --- a/main.go +++ b/main.go @@ -38,7 +38,7 @@ import ( "github.com/urfave/cli/v3" ) -const RttysVersion = "5.3.0" +const RttysVersion = "5.4.1" var ( GitCommit = ""