From a728685f6c540e1823d2df03def28e9016263149 Mon Sep 17 00:00:00 2001 From: Marcus Whybrow Date: Sun, 12 Aug 2012 01:03:27 +0100 Subject: [PATCH] Bump version to 0.8.3 --- CHANGELOG.markdown | 5 +++++ init/msm | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index f3ed275..b75ea10 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -11,6 +11,11 @@ Maintainers: Change Log ---------- +### [0.8.3](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.8.2...0.8.3) + +* Fixed a bug in `msm update` checks, which caused a `command not found` error. + + ### [0.8.2](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.8.1...0.8.2) * Improved `msm update` output to make more sense. diff --git a/init/msm b/init/msm index 6963fce..f187bab 100755 --- a/init/msm +++ b/init/msm @@ -28,7 +28,7 @@ # The Minecraft Server Manager version, use "msm version" to check yours. -VERSION="0.8.2" +VERSION="0.8.3" # Source, if it exists, the msm profile.d script