From 1ba3f9d7217ef776992e3612d4f83bca2b9aec81 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Thu, 17 Mar 2022 10:58:01 +0100 Subject: [PATCH] update murph version --- src/core/Murph.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/Murph.php b/src/core/Murph.php index c5eb53a..f3b0302 100644 --- a/src/core/Murph.php +++ b/src/core/Murph.php @@ -3,7 +3,7 @@ namespace App\Core; if (!defined('MURPH_VERSION')) { - define('MURPH_VERSION', 'v1.9.2'); + define('MURPH_VERSION', 'v1.10.0'); } /**