From: dklawren Date: Thu, 18 Jul 2019 13:25:35 +0000 (-0400) Subject: Bump version to 20190718.1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74505e69c03d6f78c793da72b7679a95d9468522;p=thirdparty%2Fbugzilla.git Bump version to 20190718.1 --- diff --git a/Bugzilla.pm b/Bugzilla.pm index 006519857..90b116b98 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -13,7 +13,7 @@ use warnings; use Bugzilla::Logging; -our $VERSION = '20190628.1'; +our $VERSION = '20190718.1'; use Bugzilla::Auth; use Bugzilla::Auth::Persist::Cookie;