diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index b8d6856e..706c9a65 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -11,6 +11,11 @@ Maintainers: Change Log ---------- +### [0.8.15](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.8.14...0.8.15) + +* Fix incorrect reference to `$latest_minecraft_version` + + ### [0.8.14](https://github.com/marcuswhybrow/minecraft-server-manager/compare/0.8.13...0.8.14) * Merged pull request [#110][#110], which fixes a typo in the cron file diff --git a/init/msm b/init/msm index 69a7103d..d5a21e69 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.14" +VERSION="0.8.15" # Source, if it exists, the msm profile.d script