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