From b0f03e08badc68fa950d615e6450292fa1af6e9b Mon Sep 17 00:00:00 2001 From: Scott Date: Sat, 23 Dec 2017 17:43:37 +0000 Subject: [PATCH] 1.8.0-beta2 --- 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 2fb3344cb..acfeb3b4c 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -1.8.0-beta1 \ No newline at end of file +1.8.0-beta2 \ No newline at end of file diff --git a/qa-include/qa-base.php b/qa-include/qa-base.php index dae3cf25e..c86639df8 100644 --- a/qa-include/qa-base.php +++ b/qa-include/qa-base.php @@ -20,8 +20,8 @@ */ -define('QA_VERSION', '1.8.0-beta1'); // also used as suffix for .js and .css requests -define('QA_BUILD_DATE', '2017-09-07'); +define('QA_VERSION', '1.8.0-beta2'); // also used as suffix for .js and .css requests +define('QA_BUILD_DATE', '2017-12-23'); /**