From b9f8a5cad5325f79a2186a3813784df066eb970a Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Mon, 14 Mar 2022 10:39:00 +0100 Subject: [PATCH] update 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 5272f3c..c5eb53a 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.1'); + define('MURPH_VERSION', 'v1.9.2'); } /**