Skip to content

Commit 7a2b960

Browse files
committed
bump version to 5.9.1 for release
1 parent 22202c5 commit 7a2b960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Bugzilla/Constants.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ use Memoize;
216216
# BMO: we don't map exactly to a specific Bugzilla version, so override our
217217
# reported version with a parameter.
218218
sub BUGZILLA_VERSION {
219-
my $bugzilla_version = '5.9+';
219+
my $bugzilla_version = '5.9.1';
220220
eval { require Bugzilla } || return $bugzilla_version;
221221
eval { Bugzilla->VERSION } || $bugzilla_version;
222222
}

0 commit comments

Comments
 (0)