From 44ea8c3325a620dd15471a68b21634ef992a7486 Mon Sep 17 00:00:00 2001 From: otengkwame Date: Sat, 26 Nov 2022 21:12:33 +0000 Subject: [PATCH] :zap: bump sylynder/engine to v1.8.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 e4e32d3..f796afe 100644 --- a/Core/config/constants.php +++ b/Core/config/constants.php @@ -125,7 +125,7 @@ * Define Webby Version * -------------------------------------------------------------------- */ -define('WEBBY_VERSION', '1.7.0'); +define('WEBBY_VERSION', '1.8.0'); /* * -------------------------------------------------------------------- diff --git a/Core/core/Console/Console.php b/Core/core/Console/Console.php index 5919d23..1c08967 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 = '1.7.0'; + private const WEBBY_CLI_VERSION = '1.8.0'; private static $sylynderEngine = 'sylynder/engine';