summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee Jarvis <leejarvis@fastmail.com>2019-06-29 15:38:16 +0100
committerLee Jarvis <leejarvis@fastmail.com>2019-06-29 15:38:16 +0100
commit289abd6b57ac85173b9bedb4015b21de90a0ea37 (patch)
treef158319c68a8edeac4860049a2491579e535478f
parentd72afc8bb46b152e5249437ebfa6ae3c71600fef (diff)
downloadslop-289abd6b57ac85173b9bedb4015b21de90a0ea37.tar.gz
Bump version to 4.7.0v4.7.0
-rw-r--r--lib/slop.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/slop.rb b/lib/slop.rb
index 4f836c1..0f0d282 100644
--- a/lib/slop.rb
+++ b/lib/slop.rb
@@ -6,7 +6,7 @@ require 'slop/types'
require 'slop/error'
module Slop
- VERSION = '4.6.2'
+ VERSION = '4.7.0'
# Parse an array of options (defaults to ARGV). Accepts an
# optional hash of configuration options and block.