update murph version

This commit is contained in:
Simon Vieille 2022-03-17 10:58:01 +01:00
parent 569832aee9
commit 1ba3f9d721

View file

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