Skip to content

Commit 2f9423b

Browse files
committed
⚡ update sylynder/engine to v2.11.0
Signed-off-by: otengkwame <[email protected]>
1 parent 553fe9d commit 2f9423b

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.9.0');
128+
define('WEBBY_VERSION', '2.11.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.9.0';
29+
private const WEBBY_CLI_VERSION = '2.11.0';
3030

3131
private const DEFAULT_HOST = "localhost";
3232

0 commit comments

Comments
 (0)