bump version, release v0.6.2

This commit is contained in:
Derek Collison
2015-08-07 17:42:04 -07:00
parent 461d2a20e0
commit 13efacd3d8
2 changed files with 2 additions and 2 deletions

View File

@@ -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