From dc6ce3f0d97a0dd543ce86f124157f9cf6b3f125 Mon Sep 17 00:00:00 2001 From: Scott Date: Thu, 7 May 2020 16:25:40 +0100 Subject: [PATCH] 1.8.4 --- 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 fe4e75fb7..7b378be30 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -1.8.3 \ No newline at end of file +1.8.4 \ No newline at end of file diff --git a/qa-include/qa-base.php b/qa-include/qa-base.php index 65b4a2ca7..a06bbaeb0 100644 --- a/qa-include/qa-base.php +++ b/qa-include/qa-base.php @@ -20,8 +20,8 @@ */ -define('QA_VERSION', '1.8.3'); // also used as suffix for .js and .css requests -define('QA_BUILD_DATE', '2019-01-12'); +define('QA_VERSION', '1.8.4'); // also used as suffix for .js and .css requests +define('QA_BUILD_DATE', '2020-05-07'); /**