From fd93f439ea742572ee4a695a9b4b3888dadb6365 Mon Sep 17 00:00:00 2001 From: Dave Miller Date: Fri, 6 Sep 2024 03:22:15 -0400 Subject: [PATCH] bump version to 5.9.1+ post-release --- Bugzilla/Constants.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.47.3