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;