From ea68be8a4ba5f6979e3e16ac32c639b42b38de44 Mon Sep 17 00:00:00 2001 From: michalsn Date: Tue, 18 Aug 2026 13:41:21 +0200 Subject: [PATCH] Prep for 1.4.1 release --- src/Auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;