aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2018-02-16 14:24:54 -0500
committerDavid Lawrence <dkl@mozilla.com>2018-02-16 14:24:54 -0500
commit37784703eba80cb61d1734a11e09b62fa0eaeae9 (patch)
tree72e58cb186e199280c06d07aff79c441111a1168 /Bugzilla
parent128fe6cd6b8139e496c3be50bb70d1df933ef6ca (diff)
downloadbugs-37784703eba80cb61d1734a11e09b62fa0eaeae9.tar
bugs-37784703eba80cb61d1734a11e09b62fa0eaeae9.tar.gz
bugs-37784703eba80cb61d1734a11e09b62fa0eaeae9.tar.bz2
bugs-37784703eba80cb61d1734a11e09b62fa0eaeae9.tar.xz
bugs-37784703eba80cb61d1734a11e09b62fa0eaeae9.zip
Bumped versions post-release
Diffstat (limited to 'Bugzilla')
-rw-r--r--Bugzilla/Constants.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm
index b4d22f8bf..edaa8baa5 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -200,7 +200,7 @@ use Memoize;
# CONSTANTS
#
# Bugzilla version
-use constant BUGZILLA_VERSION => "5.0.4";
+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.