summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorLee Jarvis <leejarvis@fastmail.com>2020-03-31 08:01:04 +0100
committerLee Jarvis <leejarvis@fastmail.com>2020-03-31 08:01:04 +0100
commit99a72eda0d446151a815d334acdd647eb23ffb08 (patch)
tree21b77bb87d77a73aa60338aa720bd0c744f52646 /lib
parent36431f756e2c3dea3afa79ac4b4afc5d13ada7f0 (diff)
downloadslop-99a72eda0d446151a815d334acdd647eb23ffb08.tar.gz
Bump version to 4.8.1v4.8.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 adf5b8f..51a1a8e 100644
--- a/lib/slop.rb
+++ b/lib/slop.rb
@@ -6,7 +6,7 @@ require 'slop/types'
require 'slop/error'
module Slop
- VERSION = '4.8.0'
+ VERSION = '4.8.1'
# Parse an array of options (defaults to ARGV). Accepts an
# optional hash of configuration options and block.