From 3ea8b201237f44d5a36d777e431a69588d8d5097 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sat, 26 Mar 2022 16:09:02 +0100 Subject: [PATCH] change 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 c3eade3..7fd5c24 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.11.0'); + define('MURPH_VERSION', 'v1.12.0'); } /**