From 4a0b13e6e3cf70e15c530f83bf10ed102ed43038 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Thu, 27 Jul 2023 18:15:09 +0200 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 b05a0b7..8c341a7 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.19.0'); + define('MURPH_VERSION', 'v1.20.0'); } /**