diff options
-rw-r--r-- | README.md | 4 | ||||
-rwxr-xr-x | kerl | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -661,6 +661,10 @@ will honor that instead, and will not do any automatic configuration. Changelog --------- +13 November 2017 - 1.8.1 + + - Fix removing an installation by its name. (#244) + 8 November 2017 - 1.8.0 - Include support for installing and managing docsh (#213) @@ -24,7 +24,7 @@ unset ERL_TOP -KERL_VERSION="1.8.0" +KERL_VERSION="1.8.1" #Grep fix for mac pcre errors GREP_OPTIONS='' |