summaryrefslogtreecommitdiff
path: root/slop.gemspec
diff options
context:
space:
mode:
authorLee Jarvis <lee@jarvis.co>2012-05-30 08:14:40 +0100
committerLee Jarvis <lee@jarvis.co>2012-05-30 08:14:40 +0100
commitd50a2d887f1ddc6c421cacb08a29eaf2b6948a7b (patch)
tree781da0f95dfd32b90bb2556838218972597d6425 /slop.gemspec
parent094fd910ade90c69115743cd46a96ad7d42ea025 (diff)
downloadslop-d50a2d887f1ddc6c421cacb08a29eaf2b6948a7b.tar.gz
bump version to 3.3.0v3.3.0
Diffstat (limited to 'slop.gemspec')
-rw-r--r--slop.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/slop.gemspec b/slop.gemspec
index 81ca2a3..81a79d8 100644
--- a/slop.gemspec
+++ b/slop.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'slop'
- s.version = '3.2.0'
+ s.version = '3.3.0'
s.summary = 'Option gathering made easy'
s.description = 'A simple DSL for gathering options and parsing the command line'
s.author = 'Lee Jarvis'