diff options
author | David Lawrence <dkl@mozilla.com> | 2015-12-22 21:51:31 +0000 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2015-12-22 21:51:31 +0000 |
commit | f8b7f773ec551ed76f61b6193f2aaedb53f93e90 (patch) | |
tree | a381ef194bc3d4ebf6ef1cc0295b4e3606df7b79 | |
parent | 854db96e37e1f77a466ec63c17054993154f2b91 (diff) | |
download | bugs-f8b7f773ec551ed76f61b6193f2aaedb53f93e90.tar bugs-f8b7f773ec551ed76f61b6193f2aaedb53f93e90.tar.gz bugs-f8b7f773ec551ed76f61b6193f2aaedb53f93e90.tar.bz2 bugs-f8b7f773ec551ed76f61b6193f2aaedb53f93e90.tar.xz bugs-f8b7f773ec551ed76f61b6193f2aaedb53f93e90.zip |
Bumped version post-release
-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 cd4419b66..b91e007a4 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.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. |