]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
bump version to 5.2 for release
authorDave Miller <github@justdave.net>
Tue, 3 Sep 2024 14:40:54 +0000 (10:40 -0400)
committerDave Miller <github@justdave.net>
Tue, 3 Sep 2024 14:40:54 +0000 (10:40 -0400)
Bugzilla/Constants.pm

index 7bf0d3196d6e12b65b64a6b3f87504d8bd01ad6f..a0cc4fb0c437d7879725192d396e73c149ff24f5 100644 (file)
@@ -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.