]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
bump version to 5.0.4.1+ post-release
authorDave Miller <justdave@bugzilla.org>
Fri, 6 Sep 2024 07:20:02 +0000 (03:20 -0400)
committerDave Miller <justdave@bugzilla.org>
Fri, 6 Sep 2024 07:20:02 +0000 (03:20 -0400)
Bugzilla/Constants.pm

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