From: dklawren Date: Wed, 26 Feb 2020 19:53:12 +0000 (-0500) Subject: Bump version to 20200226.2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1a8cc4f4e051ebe59d77ec3e4adbd89f71b154fb;p=thirdparty%2Fbugzilla.git Bump version to 20200226.2 --- diff --git a/Bugzilla.pm b/Bugzilla.pm index 0ac3aa6bd..a9096acb1 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -13,7 +13,7 @@ use warnings; use Bugzilla::Logging; -our $VERSION = '20200226.1'; +our $VERSION = '20200226.2'; use Bugzilla::Auth; use Bugzilla::Auth::Persist::Cookie;