From 0aa454cadd9a161a5348b12b391da743decc7772 Mon Sep 17 00:00:00 2001 From: GrantBirki Date: Mon, 13 Nov 2023 14:09:18 -0700 Subject: [PATCH] push a new release --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index 63528be..62db5f2 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -2,6 +2,6 @@ module RedactingLogger module Version - VERSION = "0.0.2" + VERSION = "0.0.3" end end