File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# gnatsd
2
2
[ ![ License MIT] ( https://img.shields.io/npm/l/express.svg )] ( http://opensource.org/licenses/MIT )
3
3
[ ![ Build Status] ( https://travis-ci.org/nats-io/gnatsd.svg?branch=master )] ( http://travis-ci.org/nats-io/gnatsd )
4
- [ ![ Current Release] ( http://img.shields.io/badge/release-v0.6.0 -1eb0fc.svg )] ( https://github.com/nats-io/gnatsd/releases/tag/v0.6.0 )
4
+ [ ![ Current Release] ( http://img.shields.io/badge/release-v0.6.2 -1eb0fc.svg )] ( https://github.com/nats-io/gnatsd/releases/tag/v0.6.2 )
5
5
[ ![ Coverage Status] ( https://img.shields.io/coveralls/nats-io/gnatsd.svg )] ( https://coveralls.io/r/nats-io/gnatsd?branch=master )
6
6
7
7
A High Performance [ NATS] ( https://nats.io ) Server written in [ Go.] ( http://golang.org )
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.6.1.beta "
11
+ VERSION = "0.6.2 "
12
12
13
13
// DEFAULT_PORT is the deault port for client connections.
14
14
DEFAULT_PORT = 4222
You can’t perform that action at this time.
0 commit comments