From 52faaa0e6655fe7b6ea2b597255de846be40f6f1 Mon Sep 17 00:00:00 2001 From: michalsn Date: Thu, 23 Jul 2026 08:31:12 +0200 Subject: [PATCH] Prep for 1.4.0 release --- src/Auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;