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

index 45cbefe74b12b3afb504950fa5ee49937934043e..0e50f82fcffb6d7e692a88191e564c42bd5d8b67 100644 (file)
@@ -200,7 +200,7 @@ use Memoize;
 # CONSTANTS
 #
 # Bugzilla version
-use constant BUGZILLA_VERSION => "5.0.4+";
+use constant BUGZILLA_VERSION => "5.0.4.1";
 
 # 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.