From: dklawren Date: Wed, 3 Jun 2020 15:22:03 +0000 (-0400) Subject: Bumped version to 20200603.1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=139d0ec5f0d1b05ef60772cf9903329d5e010657;p=thirdparty%2Fbugzilla.git Bumped version to 20200603.1 --- diff --git a/Bugzilla.pm b/Bugzilla.pm index 192240d53..4c72b9746 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -13,7 +13,7 @@ use warnings; use Bugzilla::Logging; -our $VERSION = '20200526.1'; +our $VERSION = '20200603.1'; use Bugzilla::Auth; use Bugzilla::Auth::Persist::Cookie;