From 9e95081e0434784ac01b5bb83a1ff7cc97377e97 Mon Sep 17 00:00:00 2001 From: kenjis Date: Mon, 9 Oct 2023 11:51:08 +0900 Subject: [PATCH] Prep for 1.0.0-beta.7 release --- src/Auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Auth.php b/src/Auth.php index 41163479a..32b163db0 100644 --- a/src/Auth.php +++ b/src/Auth.php @@ -28,7 +28,7 @@ class Auth /** * The current version of CodeIgniter Shield */ - public const SHIELD_VERSION = '1.0.0-beta.6'; + public const SHIELD_VERSION = '1.0.0-beta.7'; protected Authentication $authenticate;