summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorLee Jarvis <leejarvis@fastmail.com>2016-08-21 14:52:33 +0100
committerLee Jarvis <leejarvis@fastmail.com>2016-08-21 14:52:33 +0100
commitf88f4d87458034771f8e1e5f533fafd5892802b5 (patch)
treef5f0ec619d326b25894d2f2b65f4e215e125767b /lib
parent219efec879bcac72d3f422c347d70525980df7ea (diff)
downloadslop-f88f4d87458034771f8e1e5f533fafd5892802b5.tar.gz
Bump version to 4.4.1v4.4.1
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 45edb7f..6c7b5e1 100644
--- a/lib/slop.rb
+++ b/lib/slop.rb
@@ -6,7 +6,7 @@ require 'slop/types'
require 'slop/error'
module Slop
- VERSION = '4.4.0'
+ VERSION = '4.4.1'
# Parse an array of options (defaults to ARGV). Accepts an
# optional hash of configuration options and block.