summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 abc8662..6191739 100644
--- a/lib/slop.rb
+++ b/lib/slop.rb
@@ -16,7 +16,7 @@ class Slop
class InvalidOptionError < RuntimeError; end
# @return [String] The current version string
- VERSION = '1.9.0'
+ VERSION = '1.9.1'
# Parses the items from a CLI format into a friendly object
#
diff --git a/slop.gemspec b/slop.gemspec
index f45911c..06bebd6 100644
--- a/slop.gemspec
+++ b/slop.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'slop'
- s.version = '1.9.0'
+ s.version = '1.9.1'
s.summary = 'Option gathering made easy'
s.description = 'A simple DSL for gathering options and parsing the command line'
s.author = 'Lee Jarvis'