From 25a47ebfb163022807e95b292dbd2d6f1f32ea4c Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sat, 19 Nov 2022 19:53:28 +0100 Subject: [PATCH] release v1.17.0 --- 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 65d190b..502dc0a 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.16.0'); + define('MURPH_VERSION', 'v1.17.0'); } /**