From 672b2d3cf76bd77f6186f59b3eca2e4d1f06735e Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Wed, 24 Jan 2024 18:52:53 +0100 Subject: [PATCH] chore: bump console version --- app/config/platforms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/platforms.php b/app/config/platforms.php index 72713e3b96..83d777c8ac 100644 --- a/app/config/platforms.php +++ b/app/config/platforms.php @@ -185,7 +185,7 @@ return [ [ 'key' => 'web', 'name' => 'Console', - 'version' => '0.6.0-rc.7', + 'version' => '0.6.0-rc.8', 'url' => 'https://github.com/appwrite/sdk-for-console', 'package' => '', 'enabled' => true,