summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorLee Jarvis <leejarvis@fastmail.com>2020-07-10 08:40:14 +0100
committerLee Jarvis <leejarvis@fastmail.com>2020-07-10 08:40:14 +0100
commit35c3f65ab9bf381866bc3dffc0123d7eee790f0a (patch)
treeb28202a47a6b2d36543db76186d3607864cdb0a4 /lib
parente5615fbdd7c4cd07e8fb0c1109fc6da56981829f (diff)
downloadslop-35c3f65ab9bf381866bc3dffc0123d7eee790f0a.tar.gz
Bump version to 4.8.2v4.8.2
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 51a1a8e..3d7a95c 100644
--- a/lib/slop.rb
+++ b/lib/slop.rb
@@ -6,7 +6,7 @@ require 'slop/types'
require 'slop/error'
module Slop
- VERSION = '4.8.1'
+ VERSION = '4.8.2'
# Parse an array of options (defaults to ARGV). Accepts an
# optional hash of configuration options and block.