From d0b228f888a2d6eb9a2e43e60b94ff882a17850d Mon Sep 17 00:00:00 2001 From: dklawren Date: Fri, 17 Jan 2020 15:42:03 -0500 Subject: [PATCH] Bumped version to 20200117.1 --- Bugzilla.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bugzilla.pm b/Bugzilla.pm index 2bddc1d51..b9d046001 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -13,7 +13,7 @@ use warnings; use Bugzilla::Logging; -our $VERSION = '20191212.1'; +our $VERSION = '20200117.1'; use Bugzilla::Auth; use Bugzilla::Auth::Persist::Cookie; -- 2.47.3