From 2f9423bd265bbf2b36e5be4bc44e3d6025ce8afb Mon Sep 17 00:00:00 2001 From: otengkwame Date: Tue, 5 Mar 2024 11:47:21 +0000 Subject: [PATCH] :zap: update sylynder/engine to v2.11.0 Signed-off-by: otengkwame --- Core/config/constants.php | 2 +- Core/core/Console/Console.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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";