Skip to content

Commit

Permalink
bump version, release v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
derekcollison committed Aug 8, 2015
1 parent 461d2a2 commit 13efacd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# gnatsd
[![License MIT](https://img.shields.io/npm/l/express.svg)](http://opensource.org/licenses/MIT)
[![Build Status](https://travis-ci.org/nats-io/gnatsd.svg?branch=master)](http://travis-ci.org/nats-io/gnatsd)
[![Current Release](http://img.shields.io/badge/release-v0.6.0-1eb0fc.svg)](https://github.com/nats-io/gnatsd/releases/tag/v0.6.0)
[![Current Release](http://img.shields.io/badge/release-v0.6.2-1eb0fc.svg)](https://github.com/nats-io/gnatsd/releases/tag/v0.6.2)
[![Coverage Status](https://img.shields.io/coveralls/nats-io/gnatsd.svg)](https://coveralls.io/r/nats-io/gnatsd?branch=master)

A High Performance [NATS](https://nats.io) Server written in [Go.](http://golang.org)
Expand Down
2 changes: 1 addition & 1 deletion server/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 13efacd

Please sign in to comment.