change murph version

This commit is contained in:
Simon Vieille 2022-03-26 16:09:02 +01:00
parent 110073fea5
commit 3ea8b20123

View file

@ -3,7 +3,7 @@
namespace App\Core; namespace App\Core;
if (!defined('MURPH_VERSION')) { if (!defined('MURPH_VERSION')) {
define('MURPH_VERSION', 'v1.11.0'); define('MURPH_VERSION', 'v1.12.0');
} }
/** /**