From 1666fc949cb8dcff1e699df415c1508024a4df5e Mon Sep 17 00:00:00 2001 From: GrantBirki Date: Tue, 23 Jul 2024 10:08:14 -0700 Subject: [PATCH] bump version --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index 3b357a5..19dc913 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -2,6 +2,6 @@ module RedactingLogger module Version - VERSION = "1.3.2" + VERSION = "1.4.0" end end