Skip to content

Commit ff1fc6d

Browse files
committed
Merge branch 'develop'
2 parents c6ca7b8 + 9c6fbf2 commit ff1fc6d

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

3131
private const DEFAULT_HOST = "localhost";
3232

0 commit comments

Comments
 (0)