summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee Jarvis <lee@jarvis.co>2011-04-14 12:21:35 +0100
committerLee Jarvis <lee@jarvis.co>2011-04-14 12:21:35 +0100
commit55bf61250c2ee20630a57881920f20833b35aecd (patch)
treead49c6a152ed7f5fc6b85b5eeace12a244a0f1ad
parent0de6bc24c11b631b556a86474e40a04851673d4a (diff)
downloadslop-55bf61250c2ee20630a57881920f20833b35aecd.tar.gz
bump versionv1.4.1
-rw-r--r--lib/slop.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/slop.rb b/lib/slop.rb
index 7cd3dae..ef2ffa5 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.4.0'
+ VERSION = '1.4.1'
# Parses the items from a CLI format into a friendly object.
#