From 979c0589757dd03a54e622c8399f20e61b63e298 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Tue, 19 Nov 2024 17:19:09 +0000 Subject: [PATCH] Bumped version to 20241119.1 --- Bugzilla.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bugzilla.pm b/Bugzilla.pm index fbb2f9be59..72fbf10fe3 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -13,7 +13,7 @@ use warnings; use Bugzilla::Logging; -our $VERSION = '20241105.1'; +our $VERSION = '20241119.1'; use Bugzilla::Auth; use Bugzilla::Auth::Persist::Cookie;