From: dklawren Date: Wed, 16 Oct 2019 15:58:45 +0000 (-0400) Subject: Bump version to 20191016.1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0b49f5102a89ac2a261aaf22862152446c46134;p=thirdparty%2Fbugzilla.git Bump version to 20191016.1 --- diff --git a/Bugzilla.pm b/Bugzilla.pm index 224ade6c3..6055579fc 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -13,7 +13,7 @@ use warnings; use Bugzilla::Logging; -our $VERSION = '20190926.1'; +our $VERSION = '20191016.1'; use Bugzilla::Auth; use Bugzilla::Auth::Persist::Cookie;