From 13efacd3d8af4cb4ceedbae36749b7cffeebcd29 Mon Sep 17 00:00:00 2001 From: Derek Collison Date: Fri, 7 Aug 2015 17:42:04 -0700 Subject: [PATCH] bump version, release v0.6.2 --- README.md | 2 +- server/const.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2fef6b74795..c41de10b356 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/server/const.go b/server/const.go index b0f74a2b794..a8f228c37ca 100644 --- a/server/const.go +++ b/server/const.go @@ -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