aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Allen <[email protected]>2017-05-25 11:56:39 -0500
committerMark Allen <[email protected]>2017-05-25 11:56:39 -0500
commit01af26f4a6106adc8cc8b088dc692065dadb84f0 (patch)
treeaf32c3be757fd60c4ce9204f698b407de6546c74
parent6537f2629d4bdbf89089b79798e844f36b41ae28 (diff)
downloadkerl-01af26f4a6106adc8cc8b088dc692065dadb84f0.tar.gz
kerl-01af26f4a6106adc8cc8b088dc692065dadb84f0.tar.bz2
kerl-01af26f4a6106adc8cc8b088dc692065dadb84f0.zip
Roll 1.5.11.5.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 4eb1f18..8aabe5d 100644
--- a/README.md
+++ b/README.md
@@ -630,6 +630,10 @@ will honor that instead, and will not do any automatic configuration.
Changelog
---------
+25 May 2017 - 1.5.1
+
+ - Bug Fix: Remove spurious spaces (#209)
+
24 May 2017 - 1.5.0
- Published an OTP support policy, triage schedule, IRC channel
diff --git a/kerl b/kerl
index da00fdf..50c33f3 100755
--- a/kerl
+++ b/kerl
@@ -24,7 +24,7 @@
unset ERL_TOP
-KERL_VERSION="1.5.0"
+KERL_VERSION="1.5.1"
#Grep fix for mac pcre errors
GREP_OPTIONS=''