diff options
author | David Lawrence <dkl@mozilla.com> | 2018-02-16 14:24:54 -0500 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2018-02-16 14:24:54 -0500 |
commit | 37784703eba80cb61d1734a11e09b62fa0eaeae9 (patch) | |
tree | 72e58cb186e199280c06d07aff79c441111a1168 | |
parent | Bumped version to 5.0.4 (diff) | |
download | bugzilla-37784703eba80cb61d1734a11e09b62fa0eaeae9.tar.gz bugzilla-37784703eba80cb61d1734a11e09b62fa0eaeae9.tar.bz2 bugzilla-37784703eba80cb61d1734a11e09b62fa0eaeae9.zip |
Bumped versions 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 b4d22f8bf..edaa8baa5 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -200,7 +200,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "5.0.4"; +use constant BUGZILLA_VERSION => "5.0.4+"; # 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. |