]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
bump version to 5.3.3 for release
authorDave Miller <github@justdave.net>
Tue, 3 Sep 2024 16:00:51 +0000 (12:00 -0400)
committerDave Miller <github@justdave.net>
Tue, 3 Sep 2024 16:00:51 +0000 (12:00 -0400)
Bugzilla/Constants.pm

index 4d9679c78ca181823f28dedb8a36b81b92bfb36d..ffdb6763e061505d5f7793b351288910e7591a28 100644 (file)
@@ -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.2+";
+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.