Bumped version to 0.7.3.

This commit is contained in:
Marcus Whybrow 2012-07-24 22:17:35 +01:00
parent 00b39ec017
commit dd30caaa1d
2 changed files with 8 additions and 1 deletions

View File

@ -11,6 +11,13 @@ Maintainers:
Change Log
----------
### [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].
[0.7.0]: https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.6.4...0.7.0
### [0.7.2](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.7.1...0.7.2)
* Fixed several bugs where the server username was not being used. Affected the `msm <server> worlds backup`, `msm <server> cmd` and `msm <server> cmdlog` commands.

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.2"
VERSION="0.7.3"
### Config variables the user should not need/want to change