Skip to content

Commit

Permalink
Bump to version v0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlovic committed Aug 18, 2016
1 parent 21e5836 commit dcbf5d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion server/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dcbf5d8

Please sign in to comment.