diff options
author | David Lawrence <dkl@mozilla.com> | 2018-02-16 11:39:07 -0500 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2018-02-16 11:39:07 -0500 |
commit | 128fe6cd6b8139e496c3be50bb70d1df933ef6ca (patch) | |
tree | fa981d08a942572cbd4fcabb6228b3efe7684996 | |
parent | b89a3486d5abfa506b80c7efe4a2b3ba17afa53c (diff) | |
download | bugs-128fe6cd6b8139e496c3be50bb70d1df933ef6ca.tar bugs-128fe6cd6b8139e496c3be50bb70d1df933ef6ca.tar.gz bugs-128fe6cd6b8139e496c3be50bb70d1df933ef6ca.tar.bz2 bugs-128fe6cd6b8139e496c3be50bb70d1df933ef6ca.tar.xz bugs-128fe6cd6b8139e496c3be50bb70d1df933ef6ca.zip |
Bumped version to 5.0.4
-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 479212686..b4d22f8bf 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -200,7 +200,7 @@ use Memoize; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "5.0.3+"; +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. |