diff options
Diffstat (limited to 'lib/slop.rb')
-rw-r--r-- | lib/slop.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/slop.rb b/lib/slop.rb index cbe21af..1af10af 100644 --- a/lib/slop.rb +++ b/lib/slop.rb @@ -2,7 +2,7 @@ class Slop include Enumerable # @return [String] The current version string - VERSION = '2.1.0' + VERSION = '2.2.0' # Slops standard Error class. All exception classes should # inherit from this class |