Skip to content

Commit 9c6fbf2

Browse files
committed
⚡ update sylynder/engine version to v2.4.0
Signed-off-by: otengkwame <[email protected]>
1 parent 284a36c commit 9c6fbf2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Core/config/constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
* Define Webby Version
126126
* --------------------------------------------------------------------
127127
*/
128-
define('WEBBY_VERSION', '2.1.0');
128+
define('WEBBY_VERSION', '2.4.0');
129129

130130
/*
131131
* --------------------------------------------------------------------

Core/core/Console/Console.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class Console
2626

2727
private static $composerCommand = 'composer ';
2828

29-
private const WEBBY_CLI_VERSION = '2.1.0';
29+
private const WEBBY_CLI_VERSION = '2.4.0';
3030

3131
private const DEFAULT_HOST = "localhost";
3232

0 commit comments

Comments
 (0)