From: Kohei Yoshino Date: Wed, 16 Jan 2019 18:05:07 +0000 (-0500) Subject: bump version to 20190116.2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1e6a78eb2b70899950bd134e47baed1a8ad3ad44;p=thirdparty%2Fbugzilla.git bump version to 20190116.2 --- diff --git a/Bugzilla.pm b/Bugzilla.pm index b84c2c7b1..cb5f78d65 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -13,7 +13,7 @@ use warnings; use Bugzilla::Logging; -our $VERSION = '20190116.1'; +our $VERSION = '20190116.2'; use Bugzilla::Auth; use Bugzilla::Auth::Persist::Cookie;