summaryrefslogtreecommitdiff
path: root/lib/slop.rb
diff options
context:
space:
mode:
authorLee Jarvis <ljjarvis@gmail.com>2013-07-25 10:44:20 +0100
committerLee Jarvis <ljjarvis@gmail.com>2013-07-25 10:44:20 +0100
commit0e129304f622612f8b7f5b41f25fd5d5696702cc (patch)
tree8b01f8c768bb0f6381197d54898cd71f428692e5 /lib/slop.rb
parent13d5fdda6b38fc586f1f59eead3a3b5543b40a19 (diff)
downloadslop-0e129304f622612f8b7f5b41f25fd5d5696702cc.tar.gz
bump version 3.4.6v3.4.6
Diffstat (limited to 'lib/slop.rb')
-rw-r--r--lib/slop.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/slop.rb b/lib/slop.rb
index 3a475cf..3a5c9d0 100644
--- a/lib/slop.rb
+++ b/lib/slop.rb
@@ -4,7 +4,7 @@ require 'slop/commands'
class Slop
include Enumerable
- VERSION = '3.4.5'
+ VERSION = '3.4.6'
# The main Error class, all Exception classes inherit from this class.
class Error < StandardError; end