Bumped version to 0.2.7

This commit is contained in:
Marcus Whybrow 2012-06-17 23:00:06 +01:00
parent dc2eb43af5
commit 0f2f9b6a7f
2 changed files with 5 additions and 1 deletions

View File

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

View File

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