diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index c14ef1a..6cdc9b9 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -11,6 +11,11 @@ Maintainers: Change Log ---------- +### [0.8.9](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.8.8...0.8.9) + +* Imporve install script to update MSM without input + + ### [0.8.8](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.8.7...0.8.8) * Added an MSM install script. diff --git a/init/msm b/init/msm index 351b3f4..8246a06 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.8" +VERSION="0.8.9" # Source, if it exists, the msm profile.d script