aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Allen <[email protected]>2017-11-13 09:32:29 +0530
committerMark Allen <[email protected]>2017-11-13 09:32:29 +0530
commita92e347ccc96ec552d92dab9a5091df5964a6ac9 (patch)
tree36e415f15f1aa0e8ac170169db271dede2100e24
parent1086cbaf29f38ff620f7b5ad689fad50ef97572d (diff)
downloadkerl-1.8.1.tar.gz
kerl-1.8.1.tar.bz2
kerl-1.8.1.zip
Roll 1.8.11.8.1
-rw-r--r--README.md4
-rwxr-xr-xkerl2
2 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8637e2d..107ea3a 100644
--- a/README.md
+++ b/README.md
@@ -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)
diff --git a/kerl b/kerl
index f48da1c..8856f2a 100755
--- a/kerl
+++ b/kerl
@@ -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=''