From 8ad34adb85624cad71bad934605abdb7c5c229de Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Thu, 10 Sep 2015 13:48:22 -0400 Subject: Bumped version to 5.0.1 --- Bugzilla/Constants.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 32c68ecaf..89198251d 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -200,7 +200,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "5.0+"; +use constant BUGZILLA_VERSION => "5.0.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. -- cgit v1.2.1