summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee Jarvis <leejarvis@fastmail.com>2023-02-26 18:29:16 +0000
committerLee Jarvis <leejarvis@fastmail.com>2023-02-26 18:29:16 +0000
commit7e720331b78d20e9e1fc9b840c6cb3a81fa52792 (patch)
treec800b2b97c798cddd0647f4ad379f741ac1f1ffa
parent36d553944a1cf1a49c85bfa52f5713994fcfe5fe (diff)
downloadslop-7e720331b78d20e9e1fc9b840c6cb3a81fa52792.tar.gz
Bump version to 4.10.1HEADv4.10.1master
-rw-r--r--lib/slop.rb2
1 files changed, 1 insertions, 1 deletions
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.