aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2015-12-22 19:16:45 +0000
committerDavid Lawrence <dkl@mozilla.com>2015-12-22 19:16:45 +0000
commit1135904e40d387488fbc0e8c395e4f0e264914dc (patch)
treec0cac039a74d9158458e1f46983873216ae0fa74
parenta11853423e25a7aca01237343fdf61ab1d819a9f (diff)
downloadbugs-1135904e40d387488fbc0e8c395e4f0e264914dc.tar
bugs-1135904e40d387488fbc0e8c395e4f0e264914dc.tar.gz
bugs-1135904e40d387488fbc0e8c395e4f0e264914dc.tar.bz2
bugs-1135904e40d387488fbc0e8c395e4f0e264914dc.tar.xz
bugs-1135904e40d387488fbc0e8c395e4f0e264914dc.zip
Bumped version to 5.0.2
-rw-r--r--Bugzilla/Constants.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm
index e481236b8..cd4419b66 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -200,7 +200,7 @@ use Memoize;
# CONSTANTS
#
# Bugzilla version
-use constant BUGZILLA_VERSION => "5.0.1+";
+use constant BUGZILLA_VERSION => "5.0.2";
# 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.