From: Dylan William Hardison Date: Thu, 28 Mar 2019 14:12:47 +0000 (-0400) Subject: bump version to 20190329.1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1d865b18060b1365267726419785cbb15b34c343;p=thirdparty%2Fbugzilla.git bump version to 20190329.1 --- diff --git a/Bugzilla.pm b/Bugzilla.pm index 66ffe18c5..a94f6a794 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -13,7 +13,7 @@ use warnings; use Bugzilla::Logging; -our $VERSION = '20190312.1'; +our $VERSION = '20190329.1'; use Bugzilla::Auth; use Bugzilla::Auth::Persist::Cookie;