summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee Jarvis <lee@jarvis.co>2011-04-17 21:46:03 +0100
committerLee Jarvis <lee@jarvis.co>2011-04-17 21:46:03 +0100
commite9e04e1595dda0e526b6841ad6c2c344dd2a6c35 (patch)
tree11c388e5ee1d9407fcc1a587be732af5e3b996cc
parent3a38d9042e8fd6c846699eeffc88b41f2cde996f (diff)
downloadslop-e9e04e1595dda0e526b6841ad6c2c344dd2a6c35.tar.gz
bump version for bugfixv1.5.1
this fix ensures tests ran using rubygems-test run green
-rw-r--r--lib/slop.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/slop.rb b/lib/slop.rb
index bdcb125..c49a778 100644
--- a/lib/slop.rb
+++ b/lib/slop.rb
@@ -16,7 +16,7 @@ class Slop
class InvalidOptionError < RuntimeError; end
# @return [String] The current version string
- VERSION = '1.5.0'
+ VERSION = '1.5.1'
# Parses the items from a CLI format into a friendly object.
#