From 799d5458ac3f64c8517bbcaacfe3c29d6c82beb2 Mon Sep 17 00:00:00 2001 From: Mark Allen Date: Tue, 3 Jul 2018 13:43:33 -0500 Subject: Roll 1.8.3 --- README.md | 5 +++++ kerl | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9700327..8daad34 100644 --- a/README.md +++ b/README.md @@ -682,6 +682,11 @@ will eventually deal with this issue. Changelog --------- +3 July 2018 - 1.8.3 + + - Update testing to include OTP 21 (#286) + - Fix an issue affecting CD\_PATH during builds (#284) + 5 March 2018 - 1.8.2 - Apply zlib patch when building OTP 17-19. (#258) diff --git a/kerl b/kerl index ae869b0..7baf098 100755 --- a/kerl +++ b/kerl @@ -27,7 +27,7 @@ unset ERL_TOP # Make sure CDPATH doesn't affect cd in case path is relative. unset CDPATH -KERL_VERSION='1.8.2' +KERL_VERSION='1.8.3' DOCSH_GITHUB_URL='https://github.com/erszcz/docsh.git' ERLANG_DOWNLOAD_URL='https://www.erlang.org/download' -- cgit v1.2.3