From: Dave Miller Date: Fri, 6 Sep 2024 07:22:15 +0000 (-0400) Subject: bump version to 5.9.1+ post-release X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fd93f439ea742572ee4a695a9b4b3888dadb6365;p=thirdparty%2Fbugzilla.git bump version to 5.9.1+ post-release --- diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index f1c183e23..46512dec9 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.1'; + my $bugzilla_version = '5.9.1+'; eval { require Bugzilla } || return $bugzilla_version; eval { Bugzilla->VERSION } || $bugzilla_version; }