summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorLee Jarvis <lee@jarvis.co>2010-12-15 13:11:24 +0000
committerLee Jarvis <lee@jarvis.co>2010-12-15 13:11:24 +0000
commitf642f86dfb9995af7108f26bdcf6d032254ad782 (patch)
treed1b8ba3874b80372124ac4bf1586f5f7b8e7ff28 /lib
parentd8f0f5f74e8c16c5afda29929eef0dea9a09bcc7 (diff)
downloadslop-f642f86dfb9995af7108f26bdcf6d032254ad782.tar.gz
bump versionv0.3.0
Diffstat (limited to 'lib')
-rw-r--r--lib/slop.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/slop.rb b/lib/slop.rb
index 6d67aca..1fd6596 100644
--- a/lib/slop.rb
+++ b/lib/slop.rb
@@ -5,7 +5,7 @@ require 'slop/option'
class Slop
include Enumerable
- VERSION = '0.2.0'
+ VERSION = '0.3.0'
# Raised when an option expects an argument and none is given
class MissingArgumentError < ArgumentError; end