From 292688e42486d0de8da3532e3643540355b0d48c Mon Sep 17 00:00:00 2001 From: Kent Sutherland Date: Thu, 20 Jun 2024 21:46:41 -0400 Subject: [PATCH] Slather 2.8.2 --- lib/slather/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/slather/version.rb b/lib/slather/version.rb index ec31b38..a6a6894 100644 --- a/lib/slather/version.rb +++ b/lib/slather/version.rb @@ -1,3 +1,3 @@ module Slather - VERSION = '2.8.1' unless defined?(Slather::VERSION) + VERSION = '2.8.2' unless defined?(Slather::VERSION) end