diff --git a/.travis.yml b/.travis.yml index ac2d8de4f6a..ab3bbfe089e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ vm: language: go go: - - "1.20.10" + - "1.20.14" go_import_path: github.com/nats-io/nats-server diff --git a/README.md b/README.md index e7e8844a565..2693d2b49d7 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,8 @@ If you are interested in contributing to NATS, read about our... [Fossa-Image]: https://app.fossa.io/api/projects/git%2Bgithub.com%2Fnats-io%2Fnats-server.svg?type=shield [Build-Status-Url]: https://travis-ci.com/github/nats-io/nats-server [Build-Status-Image]: https://travis-ci.com/nats-io/nats-server.svg?branch=main -[Release-Url]: https://github.com/nats-io/nats-server/releases/tag/v2.9.23 -[Release-image]: https://img.shields.io/badge/release-v2.9.23-1eb0fc.svg +[Release-Url]: https://github.com/nats-io/nats-server/releases/tag/v2.9.25 +[Release-image]: https://img.shields.io/badge/release-v2.9.25-1eb0fc.svg [Coverage-Url]: https://coveralls.io/r/nats-io/nats-server?branch=main [Coverage-image]: https://coveralls.io/repos/github/nats-io/nats-server/badge.svg?branch=main [ReportCard-Url]: https://goreportcard.com/report/nats-io/nats-server diff --git a/server/const.go b/server/const.go index 58a342e065a..75ac71cb77d 100644 --- a/server/const.go +++ b/server/const.go @@ -41,7 +41,7 @@ var ( const ( // VERSION is the current version for the server. - VERSION = "2.9.24-beta" + VERSION = "2.9.25" // PROTO is the currently supported protocol. // 0 was the original