aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md5
-rwxr-xr-xkerl2
2 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5c939af..d792fe5 100644
--- a/README.md
+++ b/README.md
@@ -477,6 +477,11 @@ will honor that instead, and will not do any automatic configuration.
Changelog
---------
+13 October 2016 - 1.3.4
+
+ - Use a more portable way to restore PATH (#165)
+ - Exit if curl fails. Download files if they are 0 length. (#166)
+
07 October 2016 - 1.3.3
- Add support for (T)CSH (#155)
diff --git a/kerl b/kerl
index 18ea331..b335d3f 100755
--- a/kerl
+++ b/kerl
@@ -22,7 +22,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.
-KERL_VERSION="1.3.3"
+KERL_VERSION="1.3.4"
#Grep fix for mac pcre errors
GREP_OPTIONS=''