From: dklawren Date: Thu, 27 Jun 2019 21:04:40 +0000 (-0400) Subject: Bump version to 20190627.2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c57b8e7266b0064590d432520c39110bd44e3e5c;p=thirdparty%2Fbugzilla.git Bump version to 20190627.2 --- diff --git a/Bugzilla.pm b/Bugzilla.pm index 6b8075a2b..caf3eb07d 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -13,7 +13,7 @@ use warnings; use Bugzilla::Logging; -our $VERSION = '20190627.1'; +our $VERSION = '20190627.2'; use Bugzilla::Auth; use Bugzilla::Auth::Persist::Cookie;