From 6fc4c76ed1b560b1d8f4934f03b742e1fbb12f7a Mon Sep 17 00:00:00 2001 From: Ivan Kozlovic Date: Fri, 19 Nov 2021 10:39:58 -0700 Subject: [PATCH] Release v2.6.5 Signed-off-by: Ivan Kozlovic --- README.md | 4 ++-- server/const.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4ac4c2bf..34ea6086 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,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.6.4 -[Release-image]: https://img.shields.io/badge/release-v2.6.4-1eb0fc.svg +[Release-Url]: https://github.com/nats-io/nats-server/releases/tag/v2.6.5 +[Release-image]: https://img.shields.io/badge/release-v2.6.5-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 2c455022..86327e2f 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.6.5-beta.2" + VERSION = "2.6.5" // PROTO is the currently supported protocol. // 0 was the original