fix: PyMISP version 2.4.90

pull/3215/head
Alexandre Dulaunoy 2018-04-25 11:59:55 +02:00
parent 1d74f86b44
commit d960ce3642
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 1 additions and 1 deletions

View File

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