Skip to content

Commit 0e79e94

Browse files
committed
chore(release): reset pre-release baseline versions
1 parent e50b053 commit 0e79e94

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

src/bootstrap.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
|
1010
*/
1111
const APP_VERSION = '0.0.1';
12+
const APP_VERSION_ID = 1;
1213
const APP_REPO = 'https://github.com/ianhubnet/csk-app-default';
1314

1415
/*

src/config/constants.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* @package App\Config
1414
* @author Kader Bouyakoub <bkader[at]mail[dot]com>
1515
* @copyright Copyright (c) 2018-present, Kader Bouyakoub
16-
* @since 2.18
16+
* @since 0.0.1
1717
*/
1818

1919
/**
@@ -23,7 +23,7 @@
2323
* Exists as a convenience class to allow type-hinting against a concrete
2424
* implementation instead of the interface when needed.
2525
*
26-
* @since 3.9.0
26+
* @since 0.0.1
2727
*/
2828
final class CookieKey implements CookieKeyInterface
2929
{
@@ -40,7 +40,7 @@ final class CookieKey implements CookieKeyInterface
4040
*
4141
* Applications can extend this class to define custom session keys.
4242
*
43-
* @since 3.9.0
43+
* @since 0.0.1
4444
*/
4545
final class SessionKey implements SessionKeyInterface
4646
{
@@ -80,8 +80,8 @@ final class SessionKey implements SessionKeyInterface
8080
* - UserLevel::ADMIN → 40 (Administrative privileges)
8181
* - UserLevel::OWNER → 50 (Full unrestricted access)
8282
*
83-
* @since 2.168
84-
* @since 3.9.0 Implements the new `UserLevelInterface` interface.
83+
* @since 0.0.1
84+
* @since 0.0.1 Implements the new `UserLevelInterface` interface.
8585
*/
8686
final class UserLevel implements UserLevelInterface
8787
{
@@ -151,7 +151,7 @@ final class UserLevel implements UserLevelInterface
151151
* RelationKey::OWNER; // Returns 'owner'
152152
* ```
153153
*
154-
* @since 3.9.1
154+
* @since 0.0.1
155155
*/
156156
final class RelationKey implements RelationKeyInterface
157157
{

src/config/tasks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@
3434
* @package App\Config
3535
* @author Kader Bouyakoub <bkader[at]mail[dot]com>
3636
* @copyright Copyright (c) 2018-present, Kader Bouyakoub
37-
* @since 2.156
37+
* @since 0.0.1
3838
*/

0 commit comments

Comments
 (0)