summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee Jarvis <leejarvis@fastmail.com>2017-11-20 19:03:29 +0000
committerLee Jarvis <leejarvis@fastmail.com>2017-11-20 19:03:29 +0000
commit1241a0ce6b3aca2eb4b31488976b85de9fd8e306 (patch)
tree5c1199c8b99531f61418c143aa23ff6bb0864695
parent87eafd6fc333b7f19133bafd606a7aa818e09127 (diff)
downloadslop-1241a0ce6b3aca2eb4b31488976b85de9fd8e306.tar.gz
Bump version to v4.6.1v4.6.1
-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 34b1fa1..b48b59a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,8 @@
Changelog
=========
-Unreleased
-----------
+v4.6.1 (2017-11-20)
+-------------------
Bug fixes/Enhancements
* Fix separator so it doesn't mutate user data. #223 (Marc-André Lafortune)
diff --git a/lib/slop.rb b/lib/slop.rb
index bc30d14..fe979f8 100644
--- a/lib/slop.rb
+++ b/lib/slop.rb
@@ -6,7 +6,7 @@ require 'slop/types'
require 'slop/error'
module Slop
- VERSION = '4.6.0'
+ VERSION = '4.6.1'
# Parse an array of options (defaults to ARGV). Accepts an
# optional hash of configuration options and block.