Skip to content

Commit 46f9719

Browse files
committed
⚡ bump sylynder/engine v2.0.1 to v2.1.0
Signed-off-by: otengkwame <[email protected]>
1 parent 92a0720 commit 46f9719

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

3131
private const DEFAULT_HOST = "localhost";
3232

0 commit comments

Comments
 (0)