From 670f3ebe19d28f79f6f0f7e2eaa3d3d07e6d0357 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Wed, 26 Jun 2024 11:23:37 -0400 Subject: [PATCH] Bumped version to 20240626.1 --- Bugzilla.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bugzilla.pm b/Bugzilla.pm index f5e425d3bc..702dedfdf2 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -13,7 +13,7 @@ use warnings; use Bugzilla::Logging; -our $VERSION = '20240613.1'; +our $VERSION = '20240626.1'; use Bugzilla::Auth; use Bugzilla::Auth::Persist::Cookie;