summaryrefslogtreecommitdiff
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
parent635a688329125bdfe91177969edfb9f575d1a86d (diff)
downloadslop-cb79b28ed176252fc2eab01dbe18f0fb8acb2e6e.tar.gz
Bump version 4.1.0v4.1.0
-rw-r--r--CHANGELOG.md4
-rw-r--r--lib/slop.rb3
2 files changed, 3 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e3a52da..21d34f8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,8 @@
Changelog
=========
-HEAD (unreleased)
------------------
+v4.1.0 (2015-04-18)
+-------------------
Features:
* Support for FloatOption #156 (Rick Hull)
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.