]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
bump version to 5.9.1 for release
authorDave Miller <github@justdave.net>
Tue, 3 Sep 2024 16:08:36 +0000 (12:08 -0400)
committerDave Miller <github@justdave.net>
Tue, 3 Sep 2024 16:08:36 +0000 (12:08 -0400)
Bugzilla/Constants.pm

index 71e20bfee9173d0c0b216aa6babdc488dc7da8db..f1c183e2363cd76b15e294885b0094a82682b4d1 100644 (file)
@@ -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;
 }