mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
bump version, release v0.6.2
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# gnatsd
|
||||
[](http://opensource.org/licenses/MIT)
|
||||
[](http://travis-ci.org/nats-io/gnatsd)
|
||||
[](https://github.com/nats-io/gnatsd/releases/tag/v0.6.0)
|
||||
[](https://github.com/nats-io/gnatsd/releases/tag/v0.6.2)
|
||||
[](https://coveralls.io/r/nats-io/gnatsd?branch=master)
|
||||
|
||||
A High Performance [NATS](https://nats.io) Server written in [Go.](http://golang.org)
|
||||
|
||||
@@ -8,7 +8,7 @@ import (
|
||||
|
||||
const (
|
||||
// VERSION is the current version for the server.
|
||||
VERSION = "0.6.1.beta"
|
||||
VERSION = "0.6.2"
|
||||
|
||||
// DEFAULT_PORT is the deault port for client connections.
|
||||
DEFAULT_PORT = 4222
|
||||
|
||||
Reference in New Issue
Block a user