diff options
author | David Lawrence <dkl@mozilla.com> | 2015-09-10 17:42:55 -0400 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2015-09-10 17:42:55 -0400 |
commit | 486c1e410167b3ba4552cc6a9d9e0783880381ce (patch) | |
tree | 336c8050a7d86f359a2308d82e4501157a44702b | |
parent | 8ad34adb85624cad71bad934605abdb7c5c229de (diff) | |
download | bugs-486c1e410167b3ba4552cc6a9d9e0783880381ce.tar bugs-486c1e410167b3ba4552cc6a9d9e0783880381ce.tar.gz bugs-486c1e410167b3ba4552cc6a9d9e0783880381ce.tar.bz2 bugs-486c1e410167b3ba4552cc6a9d9e0783880381ce.tar.xz bugs-486c1e410167b3ba4552cc6a9d9e0783880381ce.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 89198251d..e481236b8 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.1+"; # 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. |