diff options
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | lib/slop.rb | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8af332d..0a30ff8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ Changelog ========= -unreleased ----------- +v4.4.2 (2017-06-29) +------------------- Bug fixes: * Fix support for parsing -x5 or -nfoo. #199 diff --git a/lib/slop.rb b/lib/slop.rb index 6c7b5e1..5d85670 100644 --- a/lib/slop.rb +++ b/lib/slop.rb @@ -6,7 +6,7 @@ require 'slop/types' require 'slop/error' module Slop - VERSION = '4.4.1' + VERSION = '4.4.2' # Parse an array of options (defaults to ARGV). Accepts an # optional hash of configuration options and block. |