From: Dave Miller Date: Tue, 3 Sep 2024 16:08:36 +0000 (-0400) Subject: bump version to 5.9.1 for release X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a2b96021a6983a35eda80542a5b89d446cf4547;p=thirdparty%2Fbugzilla.git bump version to 5.9.1 for release --- diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 71e20bfee..f1c183e23 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -216,7 +216,7 @@ use Memoize; # BMO: we don't map exactly to a specific Bugzilla version, so override our # reported version with a parameter. sub BUGZILLA_VERSION { - my $bugzilla_version = '5.9+'; + my $bugzilla_version = '5.9.1'; eval { require Bugzilla } || return $bugzilla_version; eval { Bugzilla->VERSION } || $bugzilla_version; }