From 128fe6cd6b8139e496c3be50bb70d1df933ef6ca Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Fri, 16 Feb 2018 11:39:07 -0500 Subject: Bumped version to 5.0.4 --- Bugzilla/Constants.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 479212686..b4d22f8bf 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -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. -- cgit v1.2.1