From c69dd92aa447b4a6e0213b22c846bd41e3b80969 Mon Sep 17 00:00:00 2001 From: michalsn Date: Mon, 14 Jul 2025 11:39:04 +0200 Subject: [PATCH] Prep for 1.2.0 release --- src/Auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Auth.php b/src/Auth.php index be454bf86..fedee8a97 100644 --- a/src/Auth.php +++ b/src/Auth.php @@ -41,7 +41,7 @@ class Auth /** * The current version of CodeIgniter Shield */ - public const SHIELD_VERSION = '1.1.0'; + public const SHIELD_VERSION = '1.2.0'; protected ?Authentication $authenticate = null;