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 fcb3bc5..f217cdc 100644
--- a/lib/slop.rb
+++ b/lib/slop.rb
@@ -4,7 +4,7 @@ require 'slop/commands'
class Slop
include Enumerable
- VERSION = '3.4.4'
+ VERSION = '3.4.5'
# The main Error class, all Exception classes inherit from this class.
class Error < StandardError; end
diff --git a/slop.gemspec b/slop.gemspec
index 6148cdc..c688729 100644
--- a/slop.gemspec
+++ b/slop.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'slop'
- s.version = '3.4.4'
+ s.version = '3.4.5'
s.summary = 'Simple Lightweight Option Parsing'
s.description = 'A simple DSL for gathering options and parsing the command line'
s.author = 'Lee Jarvis'