From ca8b15be90f960d5911aa55eed3dc5989a75f1c2 Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Sat, 21 Dec 2024 13:06:07 +0000 Subject: [PATCH] Merge pull request #2068 from hydephp/framework-v1.7.4 Framework version v1.7.4 https://github.com/hydephp/develop/commit/6a13d76adbef297aa0c93cb1c9080b927b28d957 --- src/Foundation/HydeKernel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Foundation/HydeKernel.php b/src/Foundation/HydeKernel.php index 1b7d8e5a..6ee1905e 100644 --- a/src/Foundation/HydeKernel.php +++ b/src/Foundation/HydeKernel.php @@ -58,7 +58,7 @@ class HydeKernel implements SerializableContract use Serializable; use Macroable; - final public const VERSION = '1.7.3'; + final public const VERSION = '1.7.4'; protected static self $instance;