From dd5a2f55de40573c58a1b5853b6e10b6d05be03a Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Mon, 19 Sep 2022 11:44:43 +0200 Subject: [PATCH] fix murph version number --- 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 df0af4f..65d190b 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.15.0'); + define('MURPH_VERSION', 'v1.16.0'); } /**