From d400aab1f02e57d6193add601965df3cbb009408 Mon Sep 17 00:00:00 2001 From: Dave Miller Date: Tue, 3 Sep 2024 10:40:54 -0400 Subject: [PATCH] bump version to 5.2 for release --- Bugzilla/Constants.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.3