From: Dylan William Hardison Date: Wed, 10 Apr 2019 15:49:29 +0000 (-0400) Subject: bump version to 20190410.1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b6e9ba33c7f5b6ced6ce2396cdda675df1a51fd5;p=thirdparty%2Fbugzilla.git bump version to 20190410.1 --- diff --git a/Bugzilla.pm b/Bugzilla.pm index 2c4bff00e..9924600c1 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -13,7 +13,7 @@ use warnings; use Bugzilla::Logging; -our $VERSION = '20190409.1'; +our $VERSION = '20190410.1'; use Bugzilla::Auth; use Bugzilla::Auth::Persist::Cookie;