We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 620265b commit 44ea8c3Copy full SHA for 44ea8c3
Core/config/constants.php
@@ -125,7 +125,7 @@
125
* Define Webby Version
126
* --------------------------------------------------------------------
127
*/
128
-define('WEBBY_VERSION', '1.7.0');
+define('WEBBY_VERSION', '1.8.0');
129
130
/*
131
Core/core/Console/Console.php
@@ -26,7 +26,7 @@ class Console
26
27
private static $composerCommand = 'composer ';
28
29
- private const WEBBY_CLI_VERSION = '1.7.0';
+ private const WEBBY_CLI_VERSION = '1.8.0';
30
31
private static $sylynderEngine = 'sylynder/engine';
32
0 commit comments