beta tag was being overloaded with lots of changes, so bumped

This commit is contained in:
Derek Collison
2016-02-11 16:40:22 -08:00
parent 4d3d070b35
commit 1f143a7b3e

View File

@@ -1,4 +1,4 @@
// Copyright 2012-2015 Apcera Inc. All rights reserved.
// Copyright 2012-2016 Apcera Inc. All rights reserved.
package server
@@ -8,7 +8,7 @@ import (
const (
// VERSION is the current version for the server.
VERSION = "0.7.3"
VERSION = "0.7.5"
// DEFAULT_PORT is the deault port for client connections.
DEFAULT_PORT = 4222