Skip to content

Commit 22a8b3b

Browse files
authored
Merge pull request #1127 from kenjis/release-1.1.0
Prep for 1.1.0 release
2 parents aa40f9c + a49a2be commit 22a8b3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Auth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class Auth
4141
/**
4242
* The current version of CodeIgniter Shield
4343
*/
44-
public const SHIELD_VERSION = '1.0.3';
44+
public const SHIELD_VERSION = '1.1.0';
4545

4646
protected AuthConfig $config;
4747
protected ?Authentication $authenticate = null;

0 commit comments

Comments
 (0)