From c3c838fa0d5e5b182b614c56275849f16488600b Mon Sep 17 00:00:00 2001 From: Emma De Silva Date: Sat, 4 Oct 2025 15:51:41 +0000 Subject: [PATCH] Merge pull request #2333 from hydephp/framework-v2.0.1 Framework version v2.0.1 https://github.com/hydephp/develop/commit/ccecf88e63905b7f6e52146865dd8e151b7f0364 --- 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 708512c4..87e2a1a2 100644 --- a/src/Foundation/HydeKernel.php +++ b/src/Foundation/HydeKernel.php @@ -50,7 +50,7 @@ class HydeKernel implements SerializableContract use Serializable; use Macroable; - final public const VERSION = '2.0.0'; + final public const VERSION = '2.0.1'; protected static self $instance;