From e9f58074f4bd86f9b8d87e424559cd17513ec186 Mon Sep 17 00:00:00 2001 From: Dave Miller Date: Fri, 6 Sep 2024 03:16:46 -0400 Subject: [PATCH] bump version to 5.3.3+ post-release --- Bugzilla/Constants.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index ffdb6763e..5e416c513 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -211,7 +211,7 @@ use File::Basename; # Bugzilla version # NOTE: 5.1.x and 5.3.x are the same lineage, due to 5.2 branching from # 5.0.6 instead of 5.1.x -use constant BUGZILLA_VERSION => "5.3.3"; +use constant BUGZILLA_VERSION => "5.3.3+"; # 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.39.5