From 9018492b4c51160a852067f488b7c857891e9b3c Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Thu, 1 Aug 2024 14:28:00 +0000 Subject: [PATCH] Bumped version to 20240801.1 --- Bugzilla.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bugzilla.pm b/Bugzilla.pm index 7d8851b367..62a0b47a4f 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -13,7 +13,7 @@ use warnings; use Bugzilla::Logging; -our $VERSION = '20240729.1'; +our $VERSION = '20240801.1'; use Bugzilla::Auth; use Bugzilla::Auth::Persist::Cookie;