Skip to content

Commit 36684e6

Browse files
committed
⚡ bump version 2.0.0 to 2.0.1
Signed-off-by: otengkwame <[email protected]>
1 parent 1ec2e2b commit 36684e6

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

3131
private const DEFAULT_HOST = "localhost";
3232

0 commit comments

Comments
 (0)