fix: Fixed PyMISP version

pull/2716/head
iglocska 2017-12-06 00:52:26 +01:00
parent 4464ae9b1d
commit 77acb7c666
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ class AppController extends Controller {
public $helpers = array('Utility');
private $__queryVersion = '26';
public $pyMispVersion = '2.4.83';
public $pyMispVersion = '2.4.82';
public $phpmin = '5.6.5';
public $phprec = '7.0.16';