]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bumped version to 5.0.4 release-5.0.4
authorDavid Lawrence <dkl@mozilla.com>
Fri, 16 Feb 2018 16:39:07 +0000 (11:39 -0500)
committerDavid Lawrence <dkl@mozilla.com>
Fri, 16 Feb 2018 16:39:07 +0000 (11:39 -0500)
Bugzilla/Constants.pm

index 479212686ef1a187922854325595fc43fd0bb064..b4d22f8bf880a7ec38b0b00970557d1127e80589 100644 (file)
@@ -200,7 +200,7 @@ use Memoize;
 # CONSTANTS
 #
 # Bugzilla version
-use constant BUGZILLA_VERSION => "5.0.3+";
+use constant BUGZILLA_VERSION => "5.0.4";
 
 # 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.