summaryrefslogtreecommitdiff
path: root/lib
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 /lib
parent87eafd6fc333b7f19133bafd606a7aa818e09127 (diff)
downloadslop-1241a0ce6b3aca2eb4b31488976b85de9fd8e306.tar.gz
Bump version to v4.6.1v4.6.1
Diffstat (limited to 'lib')
-rw-r--r--lib/slop.rb2
1 files changed, 1 insertions, 1 deletions
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.