From a258c339328ce1779f64788c6569e7c42cb3d55c Mon Sep 17 00:00:00 2001 From: GrantBirki Date: Mon, 20 May 2024 15:14:26 -0700 Subject: [PATCH] revert patch change, new release coming soon --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index f2c3e18..8eea37f 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -2,6 +2,6 @@ module RedactingLogger module Version - VERSION = "1.2.2" + VERSION = "1.2.1" end end