From 1974d9812e1c1d32f27ad0efae1cc25791094bea Mon Sep 17 00:00:00 2001 From: Marcus Whybrow Date: Thu, 2 Aug 2012 10:41:42 +0100 Subject: [PATCH] Bumped version to 0.7.4. --- CHANGELOG.markdown | 7 +++++++ init/msm | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 2b5a94d..9817a0f 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -11,6 +11,13 @@ Maintainers: Change Log ---------- +### [0.7.4](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.7.3...0.7.4) + +* Fixed issue [#64][#64] where using server name `all` and tab completing caused the terminal to exit. + +[#64]: https://github.com/marcuswhybrow/minecraft-server-manager/issues/64 + + ### [0.7.3](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.7.2...0.7.3) * Fixed global stop and start commands from failing since [0.7.0][0.7.0]. diff --git a/init/msm b/init/msm index a49a821..d94371b 100755 --- a/init/msm +++ b/init/msm @@ -37,7 +37,7 @@ CONF="${MSM_CONF:-/etc/msm.conf}" # The Minecraft Server Manager version, use "msm version" to check yours. -VERSION="0.7.3" +VERSION="0.7.4" ### Config variables the user should not need/want to change