From 3491f43199391fd341bb9e12b4daa993a93c4fa0 Mon Sep 17 00:00:00 2001 From: Byron Ruth Date: Fri, 6 Jan 2023 12:24:36 -0500 Subject: [PATCH] Release v2.9.11 Signed-off-by: Byron Ruth --- README.md | 4 ++-- server/const.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 09f68f97..38a8f9bb 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.10 -[Release-image]: https://img.shields.io/badge/release-v2.9.10-1eb0fc.svg +[Release-Url]: https://github.com/nats-io/nats-server/releases/tag/v2.9.11 +[Release-image]: https://img.shields.io/badge/release-v2.9.11-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 8fbd7a40..56c18b07 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.11-RC.1" + VERSION = "2.9.11" // PROTO is the currently supported protocol. // 0 was the original