diff --git a/Dockerfile b/Dockerfile index 76cf713c..387b759d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.11 +FROM golang:1.11.10 MAINTAINER Ivan Kozlovic diff --git a/Dockerfile.all b/Dockerfile.all index a92e3fa2..42518613 100644 --- a/Dockerfile.all +++ b/Dockerfile.all @@ -1,4 +1,4 @@ -FROM golang:1.11 +FROM golang:1.11.10 MAINTAINER Ivan Kozlovic diff --git a/README.md b/README.md index 30b4fc06..190f0348 100644 --- a/README.md +++ b/README.md @@ -1112,8 +1112,8 @@ NATS Office Hours will be on hiatus for the US summer season. Please join our [S [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-RC14 -[Release-image]: https://img.shields.io/badge/release-v2.0.0--RC14-1eb0fc.svg +[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 [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 a14eecdb..cac85486 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-RC18" + VERSION = "2.0.0-RC19" // PROTO is the currently supported protocol. // 0 was the original