From 289abd6b57ac85173b9bedb4015b21de90a0ea37 Mon Sep 17 00:00:00 2001 From: Lee Jarvis Date: Sat, 29 Jun 2019 15:38:16 +0100 Subject: Bump version to 4.7.0 --- lib/slop.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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. -- cgit v1.2.1