diff options
author | David Lawrence <dkl@mozilla.com> | 2016-05-16 18:43:56 +0000 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2016-05-16 18:43:56 +0000 |
commit | 797fe81e3cc1280ca609aed8bc230fa2338a7560 (patch) | |
tree | f70479aca22013b4714c5adf6883b1e1ee9e39d9 | |
parent | 0cc1797afa063761ab7e547bf805b4cb85accb78 (diff) | |
download | bugs-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.pm | 2 |
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. |