Skip to content

Commit 5f81a95

Browse files
authored
Merge pull request #886 from codeigniter4/release-1.0.0-beta.7
Prep for 1.0.0-beta.7 release
2 parents 312f367 + 9e95081 commit 5f81a95

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
@@ -28,7 +28,7 @@ class Auth
2828
/**
2929
* The current version of CodeIgniter Shield
3030
*/
31-
public const SHIELD_VERSION = '1.0.0-beta.6';
31+
public const SHIELD_VERSION = '1.0.0-beta.7';
3232

3333
protected Authentication $authenticate;
3434

0 commit comments

Comments
 (0)