summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee Jarvis <lee@jarvis.co>2011-06-15 08:38:33 +0100
committerLee Jarvis <lee@jarvis.co>2011-06-15 08:38:33 +0100
commit1aab8125367756b53c068b2a322e6b25f4bbea9b (patch)
tree28eed7c2b2fc9d008cc8993b8e6ecd0aadf40fa9
parent4ed3673f0d8606a320b1dfac4c2e2e20c712a9cb (diff)
downloadslop-1aab8125367756b53c068b2a322e6b25f4bbea9b.tar.gz
bump version to 1.9.0v1.9.0
-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 fc0d305..e31b482 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.8.0'
+ VERSION = '1.9.0'
# Parses the items from a CLI format into a friendly object
#
diff --git a/slop.gemspec b/slop.gemspec
index bc77580..f45911c 100644
--- a/slop.gemspec
+++ b/slop.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'slop'
- s.version = '1.8.0'
+ s.version = '1.9.0'
s.summary = 'Option gathering made easy'
s.description = 'A simple DSL for gathering options and parsing the command line'
s.author = 'Lee Jarvis'