From: Dave Miller Date: Tue, 14 May 2024 05:59:58 +0000 (-0400) Subject: post-5.0.6 version bump which should have been done way back... (#183) X-Git-Tag: bugzilla-5.2~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=61a4a2133ccdec9095f9eb27391ddda5fe703d0e;p=thirdparty%2Fbugzilla.git post-5.0.6 version bump which should have been done way back... (#183) --- diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 4eceb472b..7bf0d3196 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -200,7 +200,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "5.0.6"; +use constant BUGZILLA_VERSION => "5.0.6+"; # 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.