From: Dave Miller Date: Tue, 3 Sep 2024 15:46:54 +0000 (-0400) Subject: bump version to 5.0.4.1 for release X-Git-Tag: bugzilla-5.0.4.1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Frelease-5.0.4-stable;p=thirdparty%2Fbugzilla.git bump version to 5.0.4.1 for release --- diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 45cbefe74..0e50f82fc 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -200,7 +200,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "5.0.4+"; +use constant BUGZILLA_VERSION => "5.0.4.1"; # 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.