Commit 62923be 1 parent 5e68e38 commit 62923be Copy full SHA for 62923be
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -658,8 +658,8 @@ IN THE SOFTWARE.
658
658
[ License-Image ] : https://img.shields.io/npm/l/express.svg
659
659
[ Build-Status-Url ] : http://travis-ci.org/nats-io/gnatsd
660
660
[ 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
663
663
[ Coverage-Url ] : https://coveralls.io/r/nats-io/gnatsd?branch=master
664
664
[ Coverage-image ] : https://coveralls.io/repos/github/nats-io/gnatsd/badge.svg?branch=master
665
665
[ ReportCard-Url ] : http://goreportcard.com/report/nats-io/gnatsd
Original file line number Diff line number Diff line change 8
8
9
9
const (
10
10
// VERSION is the current version for the server.
11
- VERSION = "0.9.0.beta "
11
+ VERSION = "0.9.2 "
12
12
13
13
// DEFAULT_PORT is the default port for client connections.
14
14
DEFAULT_PORT = 4222
You can’t perform that action at this time.
0 commit comments