Skip to content

Commit 0b1cab5

Browse files
authored
Merge pull request #1068 from kenjis/release-1.0.2
Prep for 1.0.2 release
2 parents 7e90776 + 6b1b560 commit 0b1cab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Auth.php

+1-1
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.1';
44+
public const SHIELD_VERSION = '1.0.2';
4545

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

0 commit comments

Comments
 (0)