From: Dylan William Hardison Date: Tue, 20 Nov 2018 16:03:02 +0000 (-0500) Subject: bump version to 20181120.2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b9745c6dd927411ad890a22905c44b3d2829ad3;p=thirdparty%2Fbugzilla.git bump version to 20181120.2 --- diff --git a/Bugzilla.pm b/Bugzilla.pm index 5bc9372cc..b03d96462 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -13,7 +13,7 @@ use warnings; use Bugzilla::Logging; -our $VERSION = '20181120.1'; +our $VERSION = '20181120.2'; use Bugzilla::Auth; use Bugzilla::Auth::Persist::Cookie;