From: Dave Miller Date: Fri, 6 Sep 2024 07:20:02 +0000 (-0400) Subject: bump version to 5.0.4.1+ post-release X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=60f61386a21a7a59a9aeb30327a2eb805a9a21ab;p=thirdparty%2Fbugzilla.git bump version to 5.0.4.1+ post-release --- diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 0e50f82fc..9cb01b9d0 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.1"; +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.