Skip to content

Commit 62923be

Browse files
committed
Bump version to 0.9.2
1 parent 5e68e38 commit 62923be

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -658,8 +658,8 @@ IN THE SOFTWARE.
658658
[License-Image]: https://img.shields.io/npm/l/express.svg
659659
[Build-Status-Url]: http://travis-ci.org/nats-io/gnatsd
660660
[Build-Status-Image]: https://travis-ci.org/nats-io/gnatsd.svg?branch=master
661-
[Release-Url]: https://github.com/nats-io/gnatsd/releases/tag/v0.8.0
662-
[Release-image]: http://img.shields.io/badge/release-v0.8.0-1eb0fc.svg
661+
[Release-Url]: https://github.com/nats-io/gnatsd/releases/tag/v0.9.2
662+
[Release-image]: http://img.shields.io/badge/release-v0.9.2-1eb0fc.svg
663663
[Coverage-Url]: https://coveralls.io/r/nats-io/gnatsd?branch=master
664664
[Coverage-image]: https://coveralls.io/repos/github/nats-io/gnatsd/badge.svg?branch=master
665665
[ReportCard-Url]: http://goreportcard.com/report/nats-io/gnatsd

server/const.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88

99
const (
1010
// VERSION is the current version for the server.
11-
VERSION = "0.9.0.beta"
11+
VERSION = "0.9.2"
1212

1313
// DEFAULT_PORT is the default port for client connections.
1414
DEFAULT_PORT = 4222

0 commit comments

Comments
 (0)