From 2e8bab732d4319a37bf6410a4cabdd539c676030 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Wed, 16 Sep 2026 18:04:41 -0400 Subject: [PATCH] Bumped version to 20260916.2 --- Bugzilla.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bugzilla.pm b/Bugzilla.pm index 56eb5d5dda..2dbca5c544 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -13,7 +13,7 @@ use warnings; use Bugzilla::Logging; -our $VERSION = '20260916.1'; +our $VERSION = '20260916.2'; use Bugzilla::Auth; use Bugzilla::Auth::Persist::Cookie;