From 9a0bce1fb6a13fdef89a3639af67de573f2bab51 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Wed, 8 Jan 2025 15:44:56 -0500 Subject: [PATCH] Bumped version to 20250108.1 --- Bugzilla.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bugzilla.pm b/Bugzilla.pm index 52b78eb2c2..3d1722097a 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -13,7 +13,7 @@ use warnings; use Bugzilla::Logging; -our $VERSION = '20241211.1'; +our $VERSION = '20250108.1'; use Bugzilla::Auth; use Bugzilla::Auth::Persist::Cookie;