Skip to content

Commit

Permalink
bump version to 5.9.1+ post-release
Browse files Browse the repository at this point in the history
  • Loading branch information
justdave committed Sep 6, 2024
1 parent 7a2b960 commit fd93f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bugzilla/Constants.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit fd93f43

Please sign in to comment.