Update version to 0.6.6

This commit is contained in:
Derek Collison
2015-08-23 14:22:31 -07:00
parent ffa21f3736
commit 968aec7b08
2 changed files with 7 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ import (
const (
// VERSION is the current version for the server.
VERSION = "0.6.5.beta"
VERSION = "0.6.6"
// DEFAULT_PORT is the deault port for client connections.
DEFAULT_PORT = 4222