From 6b1b56056810a82395504974556458e9db9e4e9d Mon Sep 17 00:00:00 2001 From: kenjis Date: Sun, 17 Mar 2024 10:17:37 +0900 Subject: [PATCH] Prep for 1.0.2 release --- src/Auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Auth.php b/src/Auth.php index 2fe5f87ca..5b8e56641 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.1'; + public const SHIELD_VERSION = '1.0.2'; protected AuthConfig $config; protected ?Authentication $authenticate = null;