update murph version

This commit is contained in:
Simon Vieille 2022-12-03 12:27:05 +01:00
parent a13d3c9f3c
commit 3f4aeda307
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -3,7 +3,7 @@
namespace App\Core;
if (!defined('MURPH_VERSION')) {
define('MURPH_VERSION', 'v1.17.0');
define('MURPH_VERSION', 'v1.17.1');
}
/**