diff --git a/src/Auth.php b/src/Auth.php index 8365e255c..2ec83d7f6 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.2.0'; + public const SHIELD_VERSION = '1.4.0'; protected ?Authentication $authenticate = null;