From 4ce5217242d8ccf1f28959c176b757122a52c1e3 Mon Sep 17 00:00:00 2001 From: Ivan Kozlovic Date: Tue, 4 Jun 2019 22:15:23 -0600 Subject: [PATCH] Prepare for release 2.0.0 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 8bc3a2ae..69d365a9 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,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%2Fgnatsd.svg?type=shield [Build-Status-Url]: https://travis-ci.org/nats-io/nats-server [Build-Status-Image]: https://travis-ci.org/nats-io/nats-server.svg?branch=master -[Release-Url]: https://github.com/nats-io/nats-server/releases/tag/v2.0.0--RC19 -[Release-image]: https://img.shields.io/badge/release-v2.0.0--RC19-1eb0fc.svg +[Release-Url]: https://github.com/nats-io/nats-server/releases/tag/v2.0.0 +[Release-image]: https://img.shields.io/badge/release-v2.0.0-1eb0fc.svg [Coverage-Url]: https://coveralls.io/r/nats-io/nats-server?branch=master [Coverage-image]: https://coveralls.io/repos/github/nats-io/nats-server/badge.svg?branch=master [ReportCard-Url]: https://goreportcard.com/report/nats-io/nats-server diff --git a/server/const.go b/server/const.go index cac85486..33b10c3c 100644 --- a/server/const.go +++ b/server/const.go @@ -40,7 +40,7 @@ var ( const ( // VERSION is the current version for the server. - VERSION = "2.0.0-RC19" + VERSION = "2.0.0" // PROTO is the currently supported protocol. // 0 was the original