diff --git a/src/Auth.php b/src/Auth.php index 4ec710a5a..41163479a 100644 --- a/src/Auth.php +++ b/src/Auth.php @@ -28,7 +28,7 @@ class Auth /** * The current version of CodeIgniter Shield */ - public const SHIELD_VERSION = '1.0.0-beta.5'; + public const SHIELD_VERSION = '1.0.0-beta.6'; protected Authentication $authenticate;