summaryrefslogtreecommitdiff
path: root/lib/slop.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/slop.rb')
-rw-r--r--lib/slop.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/slop.rb b/lib/slop.rb
index 7c466a3..35da9cd 100644
--- a/lib/slop.rb
+++ b/lib/slop.rb
@@ -6,7 +6,7 @@ require 'slop/types'
require 'slop/error'
module Slop
- VERSION = '4.9.0'
+ VERSION = '4.9.1'
# Parse an array of options (defaults to ARGV). Accepts an
# optional hash of configuration options and block.