Skip to content

Commit

Permalink
Merge pull request #958 from kenjis/release-1.0.0-beta.8
Browse files Browse the repository at this point in the history
Prep for 1.0.0-beta.8 release
  • Loading branch information
kenjis authored Nov 22, 2023
2 parents 7e84c3f + 0fdd64f commit f8bec97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class Auth
/**
* The current version of CodeIgniter Shield
*/
public const SHIELD_VERSION = '1.0.0-beta.7';
public const SHIELD_VERSION = '1.0.0-beta.8';

protected AuthConfig $config;
protected ?Authentication $authenticate = null;
Expand Down

0 comments on commit f8bec97

Please sign in to comment.