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