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 92a0720 commit 46f9719Copy full SHA for 46f9719
Core/config/constants.php
@@ -125,7 +125,7 @@
125
* Define Webby Version
126
* --------------------------------------------------------------------
127
*/
128
-define('WEBBY_VERSION', '2.0.1');
+define('WEBBY_VERSION', '2.1.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 = '2.0.1';
+ private const WEBBY_CLI_VERSION = '2.1.0';
30
31
private const DEFAULT_HOST = "localhost";
32
0 commit comments