From 4085695817eead391b52eb9e8c8907d048e4c5ff Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 30 Oct 2023 19:03:33 +0000 Subject: [PATCH] Merge branch 'framework-v1.3.1' https://github.com/hydephp/develop/commit/e0adc3920ce7e7f6b65c4c73aaa3971c18785ab7 --- 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 552538b2..9f7a123e 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.3.0'; + final public const VERSION = '1.3.1'; protected static self $instance;