From: David Lawrence Date: Fri, 16 Feb 2018 16:39:07 +0000 (-0500) Subject: Bumped version to 5.0.4 X-Git-Tag: release-5.0.4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=128fe6cd6b8139e496c3be50bb70d1df933ef6ca;p=thirdparty%2Fbugzilla.git Bumped version to 5.0.4 --- diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 479212686e..b4d22f8bf8 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -200,7 +200,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "5.0.3+"; +use constant BUGZILLA_VERSION => "5.0.4"; # A base link to the current REST Documentation. We place it here # as it will need to be updated to whatever the current release is.