From: Kohei Yoshino Date: Thu, 28 Mar 2019 17:52:04 +0000 (-0400) Subject: bump version to 20190329.2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c0379a4e584cd1090777d43625277e15d9772e8;p=thirdparty%2Fbugzilla.git bump version to 20190329.2 --- diff --git a/Bugzilla.pm b/Bugzilla.pm index a94f6a794..c509d11d9 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -13,7 +13,7 @@ use warnings; use Bugzilla::Logging; -our $VERSION = '20190329.1'; +our $VERSION = '20190329.2'; use Bugzilla::Auth; use Bugzilla::Auth::Persist::Cookie;