aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2016-05-16 18:43:56 +0000
committerDavid Lawrence <dkl@mozilla.com>2016-05-16 18:43:56 +0000
commit797fe81e3cc1280ca609aed8bc230fa2338a7560 (patch)
treef70479aca22013b4714c5adf6883b1e1ee9e39d9
parent0cc1797afa063761ab7e547bf805b4cb85accb78 (diff)
downloadbugs-797fe81e3cc1280ca609aed8bc230fa2338a7560.tar
bugs-797fe81e3cc1280ca609aed8bc230fa2338a7560.tar.gz
bugs-797fe81e3cc1280ca609aed8bc230fa2338a7560.tar.bz2
bugs-797fe81e3cc1280ca609aed8bc230fa2338a7560.tar.xz
bugs-797fe81e3cc1280ca609aed8bc230fa2338a7560.zip
Bumped version to 5.0.3
-rw-r--r--Bugzilla/Constants.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm
index 015a25572..8b2eeac24 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -200,7 +200,7 @@ use Memoize;
# CONSTANTS
#
# Bugzilla version
-use constant BUGZILLA_VERSION => "5.0.2+";
+use constant BUGZILLA_VERSION => "5.0.3";
# 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.