From: dklawren Date: Tue, 25 Feb 2020 21:40:24 +0000 (-0500) Subject: Bump version to 20200225.1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e3608fd4ccd9f5f051fc431a076205062ff192c2;p=thirdparty%2Fbugzilla.git Bump version to 20200225.1 --- diff --git a/Bugzilla.pm b/Bugzilla.pm index 5b63bbbff..1713e6193 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -13,7 +13,7 @@ use warnings; use Bugzilla::Logging; -our $VERSION = '20200211.1'; +our $VERSION = '20200225.1'; use Bugzilla::Auth; use Bugzilla::Auth::Persist::Cookie;