From: Dave Miller Date: Tue, 3 Sep 2024 14:40:54 +0000 (-0400) Subject: bump version to 5.2 for release X-Git-Tag: bugzilla-5.2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d400aab1f02e57d6193add601965df3cbb009408;p=thirdparty%2Fbugzilla.git bump version to 5.2 for release --- diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 7bf0d3196..a0cc4fb0c 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.2"; # 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.