From 99a72eda0d446151a815d334acdd647eb23ffb08 Mon Sep 17 00:00:00 2001 From: Lee Jarvis Date: Tue, 31 Mar 2020 08:01:04 +0100 Subject: Bump version to 4.8.1 --- lib/slop.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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. -- cgit v1.2.1