summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorLee Jarvis <leejarvis@fastmail.com>2017-05-02 14:11:39 +0100
committerLee Jarvis <leejarvis@fastmail.com>2017-05-02 14:11:39 +0100
commit3230daec1218ca75c27f2049282a5b65e5b09ac5 (patch)
tree4de9c370be014f778d44760b9c1b173db22a33c4 /lib
parent9ff6b2a8eb7e5376c5b9f36fcc0f2fdba6b0e054 (diff)
parent3d95e93bedd39011daf0785a8fc6b58f79e84b8b (diff)
downloadslop-3230daec1218ca75c27f2049282a5b65e5b09ac5.tar.gz
Merge tag 'v4.4.3'
Version 4.4.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 5d85670..01bc472 100644
--- a/lib/slop.rb
+++ b/lib/slop.rb
@@ -6,7 +6,7 @@ require 'slop/types'
require 'slop/error'
module Slop
- VERSION = '4.4.2'
+ VERSION = '4.4.3'
# Parse an array of options (defaults to ARGV). Accepts an
# optional hash of configuration options and block.