From 579c44eab57d0d3f932a3ce9d6a815e153db6d68 Mon Sep 17 00:00:00 2001 From: GrantBirki Date: Wed, 29 Oct 2025 08:50:27 -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 b572bb2..d8fe2df 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -2,6 +2,6 @@ module RedactingLogger module Version - VERSION = "1.5.0" + VERSION = "1.5.1" end end