From 158036f525fb494079efb01d35246a3eced184ea Mon Sep 17 00:00:00 2001 From: iglocska Date: Mon, 2 Nov 2020 13:56:08 +0100 Subject: [PATCH] chg: [version] bump --- VERSION.json | 2 +- app/Controller/AppController.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION.json b/VERSION.json index 830acaae1..67a5f2ca4 100644 --- a/VERSION.json +++ b/VERSION.json @@ -1 +1 @@ -{"major":2, "minor":4, "hotfix":133} +{"major":2, "minor":4, "hotfix":134} diff --git a/app/Controller/AppController.php b/app/Controller/AppController.php index 35511eb01..2a83661c8 100755 --- a/app/Controller/AppController.php +++ b/app/Controller/AppController.php @@ -48,7 +48,7 @@ class AppController extends Controller public $helpers = array('Utility', 'OrgImg', 'FontAwesome', 'UserName', 'DataPathCollector'); - private $__queryVersion = '114'; + private $__queryVersion = '115'; public $pyMispVersion = '2.4.134'; public $phpmin = '7.2'; public $phprec = '7.4';