Skip to content

Commit 13efacd

Browse files
committed
bump version, release v0.6.2
1 parent 461d2a2 commit 13efacd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# gnatsd
22
[![License MIT](https://img.shields.io/npm/l/express.svg)](http://opensource.org/licenses/MIT)
33
[![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)
55
[![Coverage Status](https://img.shields.io/coveralls/nats-io/gnatsd.svg)](https://coveralls.io/r/nats-io/gnatsd?branch=master)
66

77
A High Performance [NATS](https://nats.io) Server written in [Go.](http://golang.org)

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.6.1.beta"
11+
VERSION = "0.6.2"
1212

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

0 commit comments

Comments
 (0)