diff --git a/src/Auth.php b/src/Auth.php index 2ec83d7f6..e16ad63c2 100644 --- a/src/Auth.php +++ b/src/Auth.php @@ -42,7 +42,7 @@ class Auth /** * The current version of CodeIgniter Shield */ - public const SHIELD_VERSION = '1.4.0'; + public const SHIELD_VERSION = '1.4.1'; protected ?Authentication $authenticate = null;