From ad43be5dabd99bc696e66a657756ada629f8a7cb Mon Sep 17 00:00:00 2001 From: Chirag Aggarwal Date: Fri, 21 Nov 2025 10:26:38 +0530 Subject: [PATCH] fix 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 1ac111b29d..ceb05235d3 100644 --- a/app/config/platforms.php +++ b/app/config/platforms.php @@ -226,7 +226,7 @@ return [ [ 'key' => 'cli', 'name' => 'Command Line', - 'version' => '11.1.2', + 'version' => '12.0.0', 'url' => 'https://github.com/appwrite/sdk-for-cli', 'package' => 'https://www.npmjs.com/package/appwrite-cli', 'enabled' => true,