aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2018-02-16 11:39:07 -0500
committerDavid Lawrence <dkl@mozilla.com>2018-02-16 11:39:07 -0500
commit128fe6cd6b8139e496c3be50bb70d1df933ef6ca (patch)
treefa981d08a942572cbd4fcabb6228b3efe7684996
parentb89a3486d5abfa506b80c7efe4a2b3ba17afa53c (diff)
downloadbugs-128fe6cd6b8139e496c3be50bb70d1df933ef6ca.tar
bugs-128fe6cd6b8139e496c3be50bb70d1df933ef6ca.tar.gz
bugs-128fe6cd6b8139e496c3be50bb70d1df933ef6ca.tar.bz2
bugs-128fe6cd6b8139e496c3be50bb70d1df933ef6ca.tar.xz
bugs-128fe6cd6b8139e496c3be50bb70d1df933ef6ca.zip
Bumped version to 5.0.4
-rw-r--r--Bugzilla/Constants.pm2
1 files changed, 1 insertions, 1 deletions
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.