From a49a2beb13b65d88d8aa2f1940a3647217baccb2 Mon Sep 17 00:00:00 2001 From: kenjis Date: Thu, 13 Jun 2024 11:27:48 +0900 Subject: [PATCH] Prep for 1.1.0 release --- src/Auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Auth.php b/src/Auth.php index ccaf6b801..0b12e3567 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.3'; + public const SHIELD_VERSION = '1.1.0'; protected AuthConfig $config; protected ?Authentication $authenticate = null;