diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 6fe4e1a..f4b590d 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -10,6 +10,13 @@ Maintainers: Change Log ---------- + +### [0.2.9](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.2.8...0.2.9) + +* Fixed issue [#23][#23] which caused commands to fail registration on some systems. + +[#23]: https://github.com/marcuswhybrow/minecraft-server-manager/issues/23 + ### [0.2.8](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.2.7...0.2.8) * Improved command registration to provided more accurate error messages if a command cannot be registered. diff --git a/init/msm b/init/msm index 4ed4157..0b6d4cb 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.8 Beta" +VERSION="0.2.9 Beta" ### Config variables the user should not need/want to change