chg: [PyMISP] Bump

pull/6019/head
Raphaël Vinot 2020-06-16 14:30:23 +02:00
parent 58442234e4
commit 5a512063a3
2 changed files with 2 additions and 2 deletions

2
PyMISP

@ -1 +1 @@
Subproject commit 96aeaf71e4cb19f03a5831da6dc4d9a58a73fc15
Subproject commit cc16f2ed247f4aa5f7c28491fc4ae7fb3e8b05e0

View File

@ -47,7 +47,7 @@ class AppController extends Controller
public $helpers = array('Utility', 'OrgImg', 'FontAwesome', 'UserName', 'DataPathCollector');
private $__queryVersion = '106';
public $pyMispVersion = '2.4.126';
public $pyMispVersion = '2.4.127';
public $phpmin = '7.2';
public $phprec = '7.4';
public $pythonmin = '3.6';