diff --git a/Core/config/constants.php b/Core/config/constants.php index 7925c47..121c9ab 100644 --- a/Core/config/constants.php +++ b/Core/config/constants.php @@ -125,7 +125,7 @@ * Define Webby Version * -------------------------------------------------------------------- */ -define('WEBBY_VERSION', '2.9.0'); +define('WEBBY_VERSION', '2.11.0'); /* * -------------------------------------------------------------------- diff --git a/Core/core/Console/Console.php b/Core/core/Console/Console.php index f45850b..8dc126c 100644 --- a/Core/core/Console/Console.php +++ b/Core/core/Console/Console.php @@ -26,7 +26,7 @@ class Console private static $composerCommand = 'composer '; - private const WEBBY_CLI_VERSION = '2.9.0'; + private const WEBBY_CLI_VERSION = '2.11.0'; private const DEFAULT_HOST = "localhost";