From 947a970beb76168a3ab1f4cbd0af468a168121c6 Mon Sep 17 00:00:00 2001 From: Scott Date: Tue, 20 Apr 2021 17:22:47 +0100 Subject: [PATCH] 1.8.6 --- VERSION.txt | 2 +- qa-include/qa-base.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION.txt b/VERSION.txt index ff2fd4fbe..9eadd6baa 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -1.8.5 \ No newline at end of file +1.8.6 \ No newline at end of file diff --git a/qa-include/qa-base.php b/qa-include/qa-base.php index 0b4dfa64f..01ba4040f 100644 --- a/qa-include/qa-base.php +++ b/qa-include/qa-base.php @@ -20,8 +20,8 @@ */ -define('QA_VERSION', '1.8.5'); // also used as suffix for .js and .css requests -define('QA_BUILD_DATE', '2020-07-15'); +define('QA_VERSION', '1.8.6'); // also used as suffix for .js and .css requests +define('QA_BUILD_DATE', '2021-04-20'); /**