summaryrefslogtreecommitdiff
path: root/lib/slop.rb
diff options
context:
space:
mode:
authorLee Jarvis <ljjarvis@gmail.com>2015-06-18 15:44:46 +0100
committerLee Jarvis <ljjarvis@gmail.com>2015-06-18 15:44:46 +0100
commit50c4d5a6553c9d0b78dee35a092ea3a40c136fa1 (patch)
tree2624a4df66dab4a38df627ba26ccc955cb5c0460 /lib/slop.rb
parentdf18c1b3e1d7c32cdd899c308a1995d7f52d52fa (diff)
downloadslop-50c4d5a6553c9d0b78dee35a092ea3a40c136fa1.tar.gz
Bump version v4.2.0v4.2.0
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 fa1f561..47a0b9e 100644
--- a/lib/slop.rb
+++ b/lib/slop.rb
@@ -6,7 +6,7 @@ require 'slop/types'
require 'slop/error'
module Slop
- VERSION = '4.1.0'
+ VERSION = '4.2.0'
# Parse an array of options (defaults to ARGV). Accepts an
# optional hash of configuration options and block.