summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee Jarvis <ljjarvis@gmail.com>2015-11-25 07:47:51 +0000
committerLee Jarvis <ljjarvis@gmail.com>2015-11-25 07:47:51 +0000
commit3959863f313c6e8f182eed99301003b1c22be362 (patch)
tree3e15f9cfea570048f375f1bfc3734ac54f1c1eee
parent7777c19a8991e04b81138ae91e56b16b2a133168 (diff)
downloadslop-3959863f313c6e8f182eed99301003b1c22be362.tar.gz
Bump version 4.2.1v4.2.1
-rw-r--r--lib/slop.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/slop.rb b/lib/slop.rb
index 47a0b9e..5f1460a 100644
--- a/lib/slop.rb
+++ b/lib/slop.rb
@@ -6,7 +6,7 @@ require 'slop/types'
require 'slop/error'
module Slop
- VERSION = '4.2.0'
+ VERSION = '4.2.1'
# Parse an array of options (defaults to ARGV). Accepts an
# optional hash of configuration options and block.