mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
Bump version to 0.9.2
This commit is contained in:
@@ -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.8.0
|
||||
[Release-image]: http://img.shields.io/badge/release-v0.8.0-1eb0fc.svg
|
||||
[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
|
||||
[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
|
||||
|
||||
@@ -8,7 +8,7 @@ import (
|
||||
|
||||
const (
|
||||
// VERSION is the current version for the server.
|
||||
VERSION = "0.9.0.beta"
|
||||
VERSION = "0.9.2"
|
||||
|
||||
// DEFAULT_PORT is the default port for client connections.
|
||||
DEFAULT_PORT = 4222
|
||||
|
||||
Reference in New Issue
Block a user