From: dklawren Date: Thu, 23 Jan 2020 22:26:07 +0000 (-0500) Subject: Bump version to 20200123.1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=51505a6feabcc50ddc7f62a625e3077eba41f420;p=thirdparty%2Fbugzilla.git Bump version to 20200123.1 --- diff --git a/Bugzilla.pm b/Bugzilla.pm index b9d046001..790afb135 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -13,7 +13,7 @@ use warnings; use Bugzilla::Logging; -our $VERSION = '20200117.1'; +our $VERSION = '20200123.1'; use Bugzilla::Auth; use Bugzilla::Auth::Persist::Cookie;