diff --git a/README.md b/README.md index a93f62cb..9217d740 100644 --- a/README.md +++ b/README.md @@ -460,8 +460,8 @@ IN THE SOFTWARE. [License-Image]: https://img.shields.io/npm/l/express.svg [Build-Status-Url]: http://travis-ci.org/nats-io/gnatsd [Build-Status-Image]: https://travis-ci.org/nats-io/gnatsd.svg?branch=master -[Release-Url]: https://github.com/nats-io/gnatsd/releases/tag/v0.6.8 -[Release-image]: http://img.shields.io/badge/release-v0.6.8-1eb0fc.svg +[Release-Url]: https://github.com/nats-io/gnatsd/releases/tag/v0.7.2 +[Release-image]: http://img.shields.io/badge/release-v0.7.2-1eb0fc.svg [Coverage-Url]: https://coveralls.io/r/nats-io/gnatsd?branch=master [Coverage-image]: https://img.shields.io/coveralls/nats-io/gnatsd.svg [ReportCard-Url]: http://goreportcard.com/report/nats-io/gnatsd diff --git a/server/const.go b/server/const.go index a440adc2..89bd6945 100644 --- a/server/const.go +++ b/server/const.go @@ -8,7 +8,7 @@ import ( const ( // VERSION is the current version for the server. - VERSION = "0.7.0" + VERSION = "0.7.2" // DEFAULT_PORT is the deault port for client connections. DEFAULT_PORT = 4222