diff options
author | David Lawrence <dkl@mozilla.com> | 2018-02-16 11:52:46 -0500 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2018-02-16 11:52:46 -0500 |
commit | 3c74d53fb8db2f621ec6e684ee8842bdee1028c9 (patch) | |
tree | ae0b5ad4f3baaacf3ca05b787694e891c07218f5 | |
parent | Bug 1433400 (CVE-2018-5123) Prevent cross-site image requests from leaking co... (diff) | |
download | bugzilla-3c74d53fb8db2f621ec6e684ee8842bdee1028c9.tar.gz bugzilla-3c74d53fb8db2f621ec6e684ee8842bdee1028c9.tar.bz2 bugzilla-3c74d53fb8db2f621ec6e684ee8842bdee1028c9.zip |
Bumped version to 5.1.2release-5.1.2
-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 7a48995da..a3fd06991 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -209,7 +209,7 @@ use File::Basename; # CONSTANTS # # Bugzilla version -use constant BUGZILLA_VERSION => "5.1.1+"; +use constant BUGZILLA_VERSION => "5.1.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. |