From: Dylan William Hardison Date: Tue, 20 Nov 2018 15:16:30 +0000 (-0500) Subject: bump version to 20181120.1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9f8bc9871cb8140cc67af741dd9878043e97e3e0;p=thirdparty%2Fbugzilla.git bump version to 20181120.1 --- diff --git a/Bugzilla.pm b/Bugzilla.pm index 36cb18f9a..8cf77d8dc 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -13,7 +13,7 @@ use warnings; use Bugzilla::Logging; -our $VERSION = '20181119.1'; +our $VERSION = '20181120.1'; use Bugzilla::Auth; use Bugzilla::Auth::Persist::Cookie;