summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee Jarvis <leejarvis@fastmail.com>2017-04-29 16:53:17 +0100
committerLee Jarvis <leejarvis@fastmail.com>2017-04-29 16:53:17 +0100
commite4140e1db6833f71c752bf27707dc0ea9f1177f7 (patch)
treecb7683193f880b8cf373f4add0ac1032d21520df
parent5875d0b8c7289411e818a36ea02db0423c2e2777 (diff)
downloadslop-e4140e1db6833f71c752bf27707dc0ea9f1177f7.tar.gz
Bump version to 4.2.2v4.4.2
-rw-r--r--CHANGELOG.md4
-rw-r--r--lib/slop.rb2
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.