Bump to version v0.9.4

This commit is contained in:
Ivan Kozlovic
2016-08-18 09:27:43 -06:00
parent 21e583628f
commit dcbf5d8d35
2 changed files with 3 additions and 3 deletions

View File

@@ -658,8 +658,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.9.2
[Release-image]: http://img.shields.io/badge/release-v0.9.2-1eb0fc.svg
[Release-Url]: https://github.com/nats-io/gnatsd/releases/tag/v0.9.4
[Release-image]: http://img.shields.io/badge/release-v0.9.4-1eb0fc.svg
[Coverage-Url]: https://coveralls.io/r/nats-io/gnatsd?branch=master
[Coverage-image]: https://coveralls.io/repos/github/nats-io/gnatsd/badge.svg?branch=master
[ReportCard-Url]: http://goreportcard.com/report/nats-io/gnatsd

View File

@@ -8,7 +8,7 @@ import (
const (
// VERSION is the current version for the server.
VERSION = "0.9.2"
VERSION = "0.9.4"
// DEFAULT_PORT is the default port for client connections.
DEFAULT_PORT = 4222