chg: [PyMISP] Bump version

pull/9191/head
Raphaël Vinot 2023-07-10 16:18:19 +02:00
parent 77f9cabce4
commit fccbc08185
2 changed files with 2 additions and 2 deletions

2
PyMISP

@ -1 +1 @@
Subproject commit 7d1d8b6f38f210b28934a206f9c1470542e9da7e
Subproject commit ccae32ae716c143bea09954e860238e193bc78c6

View File

@ -34,7 +34,7 @@ class AppController extends Controller
public $helpers = array('OrgImg', 'FontAwesome', 'UserName');
private $__queryVersion = '152';
public $pyMispVersion = '2.4.172';
public $pyMispVersion = '2.4.173';
public $phpmin = '7.2';
public $phprec = '7.4';
public $phptoonew = '8.0';