From ca058d862630673a7bc637d77d2bbad226dc07df Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 5 Jul 2024 12:48:56 +0000 Subject: [PATCH] Merge pull request #1779 from hydephp/release-v1.7.0 HydePHP v1.7.0 - 2024-07-05 https://github.com/hydephp/develop/commit/50b5ce78772411a144feaef840aaffccd98ee698 --- 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 f95c12ca..f4b03de9 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.6.0'; + final public const VERSION = '1.7.0'; protected static self $instance;