From 0fdd64f87629f499fc95be32a927e2d2e36a8370 Mon Sep 17 00:00:00 2001 From: kenjis Date: Thu, 23 Nov 2023 08:37:44 +0900 Subject: [PATCH] Prep for release-1.0.0-beta.8 release --- src/Auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Auth.php b/src/Auth.php index 6a84c5cd7..f64e7cbaa 100644 --- a/src/Auth.php +++ b/src/Auth.php @@ -41,7 +41,7 @@ class Auth /** * The current version of CodeIgniter Shield */ - public const SHIELD_VERSION = '1.0.0-beta.7'; + public const SHIELD_VERSION = '1.0.0-beta.8'; protected AuthConfig $config; protected ?Authentication $authenticate = null;