Skip to content

Commit 0271757

Browse files
committed
chore: update version to 3.0.1
1 parent c142d97 commit 0271757

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CodeIgniter/Framework/core/CodeIgniter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
* @var string
7171
*
7272
*/
73-
const WEBBY_ENGINE_VERSION = '3.0.0';
73+
const WEBBY_ENGINE_VERSION = '3.0.1';
7474

7575
/*
7676
* ------------------------------------------------------

Core/config/constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* Define Webby Version
1414
* --------------------------------------------------------------------
1515
*/
16-
define('WEBBY_VERSION', '3.0.0');
16+
define('WEBBY_VERSION', '3.0.1');
1717

1818
/*
1919
* --------------------------------------------------------------------

Core/core/Console/Console.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class Console
4040
private static $pestColorAlways = '--colors=always ';
4141
private static $pestTestCoverate = '--coverage ';
4242

43-
private const WEBBY_CLI_VERSION = '2.12.4';
43+
private const WEBBY_CLI_VERSION = '3.0.1';
4444

4545
private const DEFAULT_HOST = "localhost";
4646

0 commit comments

Comments
 (0)