]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
post-5.0.6 version bump which should have been done way back... (#183)
authorDave Miller <justdave@bugzilla.org>
Tue, 14 May 2024 05:59:58 +0000 (01:59 -0400)
committerGitHub <noreply@github.com>
Tue, 14 May 2024 05:59:58 +0000 (01:59 -0400)
Bugzilla/Constants.pm

index 4eceb472b1556270371c252964f79ea02f218c32..7bf0d3196d6e12b65b64a6b3f87504d8bd01ad6f 100644 (file)
@@ -200,7 +200,7 @@ use Memoize;
 # CONSTANTS
 #
 # Bugzilla version
-use constant BUGZILLA_VERSION => "5.0.6";
+use constant BUGZILLA_VERSION => "5.0.6+";
 
 # 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.