summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorLee Jarvis <leejarvis@fastmail.com>2022-09-30 15:13:06 +0100
committerLee Jarvis <leejarvis@fastmail.com>2022-09-30 15:13:06 +0100
commit5ac67f33f9a295e976319b29d03cc68cd22e9345 (patch)
tree00ca5affa85bad2ce231e650df63f473218a6f5e /lib
parent24d85e008597128bdc5d173b7e05651f918d0646 (diff)
downloadslop-5ac67f33f9a295e976319b29d03cc68cd22e9345.tar.gz
Bump version to 4.9.3v4.9.3
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 e322ef8..ae162c5 100644
--- a/lib/slop.rb
+++ b/lib/slop.rb
@@ -6,7 +6,7 @@ require 'slop/types'
require 'slop/error'
module Slop
- VERSION = '4.9.2'
+ VERSION = '4.9.3'
# Parse an array of options (defaults to ARGV). Accepts an
# optional hash of configuration options and block.