From a19a2df127c1a1dfdadbf56df43367de39ec9b9a Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 22 Dec 2023 16:47:11 +0000 Subject: [PATCH] Merge pull request #1505 from hydephp/framework-v1.4.2 Framework version v1.4.2 https://github.com/hydephp/develop/commit/8d24f573255527145df4b6df1a518c717550607c --- 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 b7c8205b..27666c5f 100644 --- a/src/Foundation/HydeKernel.php +++ b/src/Foundation/HydeKernel.php @@ -49,7 +49,7 @@ class HydeKernel implements SerializableContract use Serializable; use Macroable; - final public const VERSION = '1.4.1'; + final public const VERSION = '1.4.2'; protected static self $instance;