From 2657247b5006ade32bf8726fa01ee5cd4008e921 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Mon, 11 Dec 2023 16:37:14 +0100 Subject: [PATCH] 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 b1d5295489..67431b8882 100644 --- a/app/config/platforms.php +++ b/app/config/platforms.php @@ -185,7 +185,7 @@ return [ [ 'key' => 'web', 'name' => 'Console', - 'version' => '0.4.0', + 'version' => '0.4.1', 'url' => 'https://github.com/appwrite/sdk-for-console', 'package' => '', 'enabled' => true,