From 7e720331b78d20e9e1fc9b840c6cb3a81fa52792 Mon Sep 17 00:00:00 2001 From: Lee Jarvis Date: Sun, 26 Feb 2023 18:29:16 +0000 Subject: Bump version to 4.10.1 --- lib/slop.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/slop.rb b/lib/slop.rb index 7b5ef54..f7a999a 100644 --- a/lib/slop.rb +++ b/lib/slop.rb @@ -6,7 +6,7 @@ require 'slop/types' require 'slop/error' module Slop - VERSION = '4.10.0' + VERSION = '4.10.1' # Parse an array of options (defaults to ARGV). Accepts an # optional hash of configuration options and block. -- cgit v1.2.1