summaryrefslogtreecommitdiff
path: root/lib/slop.rb
diff options
context:
space:
mode:
authorLee Jarvis <ljjarvis@gmail.com>2015-04-18 11:21:27 +0100
committerLee Jarvis <ljjarvis@gmail.com>2015-04-18 11:21:27 +0100
commitcb79b28ed176252fc2eab01dbe18f0fb8acb2e6e (patch)
treeafe0374725e439ba7a63c0ef0c1f73cf8d2875a6 /lib/slop.rb
parent635a688329125bdfe91177969edfb9f575d1a86d (diff)
downloadslop-cb79b28ed176252fc2eab01dbe18f0fb8acb2e6e.tar.gz
Bump version 4.1.0v4.1.0
Diffstat (limited to 'lib/slop.rb')
-rw-r--r--lib/slop.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/slop.rb b/lib/slop.rb
index dd2d09d..fa1f561 100644
--- a/lib/slop.rb
+++ b/lib/slop.rb
@@ -6,8 +6,7 @@ require 'slop/types'
require 'slop/error'
module Slop
- # The current version of Slop, of course.
- VERSION = '4.0.0'
+ VERSION = '4.1.0'
# Parse an array of options (defaults to ARGV). Accepts an
# optional hash of configuration options and block.