From: dklawren Date: Thu, 29 Aug 2019 19:02:08 +0000 (-0400) Subject: Bumped version to 20190829.2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=84fbab15b13e32f98928e457e735829f983900a2;p=thirdparty%2Fbugzilla.git Bumped version to 20190829.2 --- diff --git a/Bugzilla.pm b/Bugzilla.pm index 30edd84e5..2fdd3057d 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -13,7 +13,7 @@ use warnings; use Bugzilla::Logging; -our $VERSION = '20190829.1'; +our $VERSION = '20190829.2'; use Bugzilla::Auth; use Bugzilla::Auth::Persist::Cookie;