summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorLee Jarvis <leejarvis@fastmail.com>2018-03-12 14:15:36 +0000
committerLee Jarvis <leejarvis@fastmail.com>2018-03-12 14:15:36 +0000
commit0ccb99f75903b13f032693aedce6b2d051adf78c (patch)
tree29ca6375b781e74f3af4d8482768a7489a55e54a /lib
parentd787c9a60b89e219d0f3791d48b2752b4d92af1d (diff)
downloadslop-0ccb99f75903b13f032693aedce6b2d051adf78c.tar.gz
Bump version to 4.6.2v4.6.2
Closes #226
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 fe979f8..4f836c1 100644
--- a/lib/slop.rb
+++ b/lib/slop.rb
@@ -6,7 +6,7 @@ require 'slop/types'
require 'slop/error'
module Slop
- VERSION = '4.6.1'
+ VERSION = '4.6.2'
# Parse an array of options (defaults to ARGV). Accepts an
# optional hash of configuration options and block.