From 50c4d5a6553c9d0b78dee35a092ea3a40c136fa1 Mon Sep 17 00:00:00 2001 From: Lee Jarvis Date: Thu, 18 Jun 2015 15:44:46 +0100 Subject: Bump version v4.2.0 --- CHANGELOG.md | 4 ++-- lib/slop.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ced626..f7b36a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ Changelog ========= -HEAD ----- +v4.2.0 (2015-04-18) +------------------- Features: * Support for Regexp option type #167 (Laurent Arnoud) diff --git a/lib/slop.rb b/lib/slop.rb index fa1f561..47a0b9e 100644 --- a/lib/slop.rb +++ b/lib/slop.rb @@ -6,7 +6,7 @@ require 'slop/types' require 'slop/error' module Slop - VERSION = '4.1.0' + VERSION = '4.2.0' # Parse an array of options (defaults to ARGV). Accepts an # optional hash of configuration options and block. -- cgit v1.2.1