From 3c74d53fb8db2f621ec6e684ee8842bdee1028c9 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Fri, 16 Feb 2018 11:52:46 -0500 Subject: Bumped version to 5.1.2 --- Bugzilla/Constants.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3-65-gdbad