summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee Jarvis <lee@jarvis.co>2011-11-11 12:26:59 -0800
committerLee Jarvis <lee@jarvis.co>2011-11-11 12:26:59 -0800
commit6489e0c6418f05b9da57dc51fce197316e899785 (patch)
treeb9fc0863118b2a312c18e55c76debdaae77b9093
parentdae1df0aff4fdc8c779cb32b0895f4d9c9abcdc9 (diff)
downloadslop-6489e0c6418f05b9da57dc51fce197316e899785.tar.gz
bump version to 2.3.1v2.3.1
-rw-r--r--lib/slop.rb2
-rw-r--r--slop.gemspec2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/slop.rb b/lib/slop.rb
index 46909c0..bb58de5 100644
--- a/lib/slop.rb
+++ b/lib/slop.rb
@@ -2,7 +2,7 @@ class Slop
include Enumerable
# @return [String] The current version string
- VERSION = '2.3.0'
+ VERSION = '2.3.1'
# Slops standard Error class. All exception classes should
# inherit from this class
diff --git a/slop.gemspec b/slop.gemspec
index 16812a2..ed04362 100644
--- a/slop.gemspec
+++ b/slop.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'slop'
- s.version = '2.3.0'
+ s.version = '2.3.1'
s.summary = 'Option gathering made easy'
s.description = 'A simple DSL for gathering options and parsing the command line'
s.author = 'Lee Jarvis'