summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee Jarvis <leejarvis@fastmail.com>2016-03-19 10:25:16 +0000
committerLee Jarvis <leejarvis@fastmail.com>2016-03-19 10:25:16 +0000
commitc77f3c3d0ce9fcda28f3df3a789c166c622d16ee (patch)
tree46e5bd49d27edb38676069d165dc9198a544e21c
parent874ca10c7cabea954c6ce65caf7fdf2fd7450037 (diff)
downloadslop-c77f3c3d0ce9fcda28f3df3a789c166c622d16ee.tar.gz
Bump version to 4.3.0v4.3.0
-rw-r--r--lib/slop.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/slop.rb b/lib/slop.rb
index 5f1460a..54f69cf 100644
--- a/lib/slop.rb
+++ b/lib/slop.rb
@@ -6,7 +6,7 @@ require 'slop/types'
require 'slop/error'
module Slop
- VERSION = '4.2.1'
+ VERSION = '4.3.0'
# Parse an array of options (defaults to ARGV). Accepts an
# optional hash of configuration options and block.