diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 16fad01..1f437e6 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -11,6 +11,10 @@ Maintainers: Change Log ---------- +### [0.2.7](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.2.6...0.2.7) + +* Refactored commands such that they are now registered using a function, rather than one huge swith/case statement. + ### [0.2.6](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.2.5...0.2.6) * Added the "all" keyword which can be used to execute a command for all servers. Closes #16 diff --git a/init/msm b/init/msm index 9248b51..4ab7eb4 100755 --- a/init/msm +++ b/init/msm @@ -25,7 +25,7 @@ CONF="${MSM_CONF:-/etc/msm.conf}" ### The Minecraft Server Manager version, use "msm version" to check yours. -VERSION="0.2.6 Beta" +VERSION="0.2.7 Beta" ### Config variables the user should not need/want to change