Skip to content

Commit 7611900

Browse files
datamwebkenjis
andauthored
fix: remove v from version
Co-authored-by: kenjis <kenji.uui@gmail.com>
1 parent f631292 commit 7611900

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 = 'v1.0.0-beta.5';
31+
public const SHIELD_VERSION = '1.0.0-beta.5';
3232

3333
protected Authentication $authenticate;
3434

0 commit comments

Comments
 (0)