diff options
author | Lee Jarvis <leejarvis@fastmail.com> | 2017-10-06 13:34:13 +0100 |
---|---|---|
committer | Lee Jarvis <leejarvis@fastmail.com> | 2017-10-06 13:34:13 +0100 |
commit | 6d75ba62bbf4f7e38e9977c4e374d0e9964b43ee (patch) | |
tree | a566d788205d305402323811c4a35b54205c6f4d /lib | |
parent | 193a8263a34820003a45ad620518fa8df0454b91 (diff) | |
download | slop-6d75ba62bbf4f7e38e9977c4e374d0e9964b43ee.tar.gz |
Bump version to 4.6.0v4.6.0
includes (closes #218)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/slop.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/slop.rb b/lib/slop.rb index 776fad3..bc30d14 100644 --- a/lib/slop.rb +++ b/lib/slop.rb @@ -6,7 +6,7 @@ require 'slop/types' require 'slop/error' module Slop - VERSION = '4.5.0' + VERSION = '4.6.0' # Parse an array of options (defaults to ARGV). Accepts an # optional hash of configuration options and block. |