Release 2.0.2

Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
This commit is contained in:
Ivan Kozlovic
2019-07-15 09:49:00 -06:00
parent 965f8fe8b2
commit b61744aa17
4 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.11.10
FROM golang:1.11.12
MAINTAINER Ivan Kozlovic <ivan@synadia.com>

View File

@@ -1,4 +1,4 @@
FROM golang:1.11.10
FROM golang:1.11.12
MAINTAINER Ivan Kozlovic <ivan@synadia.com>

View File

@@ -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
[Release-image]: https://img.shields.io/badge/release-v2.0.0-1eb0fc.svg
[Release-Url]: https://github.com/nats-io/nats-server/releases/tag/v2.0.2
[Release-image]: https://img.shields.io/badge/release-v2.0.2-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

View File

@@ -40,7 +40,7 @@ var (
const (
// VERSION is the current version for the server.
VERSION = "2.0.1-RC2"
VERSION = "2.0.2"
// PROTO is the currently supported protocol.
// 0 was the original