summaryrefslogtreecommitdiff
path: root/lib/slop.rb
diff options
context:
space:
mode:
authorLee Jarvis <leejarvis@fastmail.com>2021-05-11 14:04:23 +0100
committerLee Jarvis <leejarvis@fastmail.com>2021-05-11 14:04:23 +0100
commit90c53c0959712a2254d88765dfdbe9de06ac543e (patch)
tree8f177f6a58c90710572fbffd9ba49c2c1d4fd1d0 /lib/slop.rb
parenta8e94a28caffe48f5cd18086d533d9e7afeb74eb (diff)
downloadslop-90c53c0959712a2254d88765dfdbe9de06ac543e.tar.gz
Bump version and update changelog
Diffstat (limited to 'lib/slop.rb')
-rw-r--r--lib/slop.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/slop.rb b/lib/slop.rb
index 3d7a95c..7c466a3 100644
--- a/lib/slop.rb
+++ b/lib/slop.rb
@@ -6,7 +6,7 @@ require 'slop/types'
require 'slop/error'
module Slop
- VERSION = '4.8.2'
+ VERSION = '4.9.0'
# Parse an array of options (defaults to ARGV). Accepts an
# optional hash of configuration options and block.