From: dklawren Date: Fri, 28 Jun 2019 14:48:17 +0000 (-0400) Subject: Bump version to 20190628.1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6969198b3c4a1ddfa2bab9eb2539aeda1bcbcbd2;p=thirdparty%2Fbugzilla.git Bump version to 20190628.1 --- diff --git a/Bugzilla.pm b/Bugzilla.pm index caf3eb07d..006519857 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -13,7 +13,7 @@ use warnings; use Bugzilla::Logging; -our $VERSION = '20190627.2'; +our $VERSION = '20190628.1'; use Bugzilla::Auth; use Bugzilla::Auth::Persist::Cookie;