Bumped version to 0.7.4.

This commit is contained in:
Marcus Whybrow 2012-08-02 10:41:42 +01:00
parent 92c9395423
commit 1974d9812e
2 changed files with 8 additions and 1 deletions

View File

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

View File

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