From 5ec7624019f8375633a54b0a6c39d1b5803d8ebc Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 17 Apr 2022 18:36:32 +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 7fd5c24..a6cba1f 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.12.0'); + define('MURPH_VERSION', 'v1.13.0'); } /**