diff options
Diffstat (limited to 'slop.gemspec')
-rw-r--r-- | slop.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slop.gemspec b/slop.gemspec index 7996d09..e049d5d 100644 --- a/slop.gemspec +++ b/slop.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'slop' - s.version = '2.0.0' + s.version = '2.1.0' s.summary = 'Option gathering made easy' s.description = 'A simple DSL for gathering options and parsing the command line' s.author = 'Lee Jarvis' |