Skip to content

Commit 69c9c90

Browse files
committed
feat: add SHIELD_VERSION to Auth.php
1 parent 0c2211e commit 69c9c90

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/Auth.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
*/
2626
class Auth
2727
{
28+
/**
29+
* The current version of CodeIgniter Shield
30+
*/
31+
public const SHIELD_VERSION = 'v1.0.0-beta.5';
32+
2833
protected Authentication $authenticate;
2934

3035
/**

0 commit comments

Comments
 (0)