summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorLee Jarvis <leejarvis@fastmail.com>2022-03-26 09:01:14 +0000
committerLee Jarvis <leejarvis@fastmail.com>2022-03-26 09:01:14 +0000
commit41af0db78bba76cc7faccbf6adb400e65274f3a3 (patch)
tree67e10b216054412ba799ac35e260a44c0a6b4446 /lib
parent63d69edc1642589082306da5abc3bcf2a1df2ef7 (diff)
downloadslop-41af0db78bba76cc7faccbf6adb400e65274f3a3.tar.gz
Bump version 4.9.2v4.9.2
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 35da9cd..e322ef8 100644
--- a/lib/slop.rb
+++ b/lib/slop.rb
@@ -6,7 +6,7 @@ require 'slop/types'
require 'slop/error'
module Slop
- VERSION = '4.9.1'
+ VERSION = '4.9.2'
# Parse an array of options (defaults to ARGV). Accepts an
# optional hash of configuration options and block.