summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee Jarvis <leejarvis@fastmail.com>2017-05-02 14:10:16 +0100
committerLee Jarvis <leejarvis@fastmail.com>2017-05-02 14:10:16 +0100
commit3d95e93bedd39011daf0785a8fc6b58f79e84b8b (patch)
tree332855447602ffdd2b58f5ea2459651b171202ec
parentd8c5e0df758203e44b7edc3480f56e14de4e322b (diff)
downloadslop-4.4.3.tar.gz
Bump version to 4.4.3v4.4.3v4.4.3
-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.