From: Dylan William Hardison Date: Thu, 15 Nov 2018 23:53:46 +0000 (-0500) Subject: bump version to 20181115.2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cf7719516c72519098656eb0c9a98af8d1927bf;p=thirdparty%2Fbugzilla.git bump version to 20181115.2 --- diff --git a/Bugzilla.pm b/Bugzilla.pm index 8a360fe16..3777d59e5 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -13,7 +13,7 @@ use warnings; use Bugzilla::Logging; -our $VERSION = '20181115.1'; +our $VERSION = '20181115.2'; use Bugzilla::Auth; use Bugzilla::Auth::Persist::Cookie;