From a373ab053467922f3aa185130c244961d688e5a5 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 17 Apr 2024 12:52:56 +0000 Subject: [PATCH] Merge pull request #1668 from hydephp/release-v1.6.0 HydePHP v1.6.0 - 2024-04-17 https://github.com/hydephp/develop/commit/39a7e5af400f598dc64253fc8818e38d27ce059b --- 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 1aa1ac0a..f95c12ca 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.5.0'; + final public const VERSION = '1.6.0'; protected static self $instance;