diff options
author | David Lawrence <dkl@mozilla.com> | 2015-07-07 00:30:27 -0400 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2015-07-07 00:30:27 -0400 |
commit | 75703abc340d438c836a922827c8f18172e6e065 (patch) | |
tree | 36ed2c6d934a80096797f814b091fdef4b07b23a | |
parent | 00b1ca602f1783a79933e48655f04a68df346224 (diff) | |
download | bugs-75703abc340d438c836a922827c8f18172e6e065.tar bugs-75703abc340d438c836a922827c8f18172e6e065.tar.gz bugs-75703abc340d438c836a922827c8f18172e6e065.tar.bz2 bugs-75703abc340d438c836a922827c8f18172e6e065.tar.xz bugs-75703abc340d438c836a922827c8f18172e6e065.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 837ed895d..32c68ecaf 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -200,7 +200,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "5.0"; +use constant BUGZILLA_VERSION => "5.0+"; # 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. |