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 1ec2e2b commit 36684e6Copy full SHA for 36684e6
Core/config/constants.php
@@ -125,7 +125,7 @@
125
* Define Webby Version
126
* --------------------------------------------------------------------
127
*/
128
-define('WEBBY_VERSION', '2.0.0');
+define('WEBBY_VERSION', '2.0.1');
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.0';
+ private const WEBBY_CLI_VERSION = '2.0.1';
30
31
private const DEFAULT_HOST = "localhost";
32
0 commit comments