From be344c2b3852d9d4ee6ef7be4a47e8fbb20a22b8 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Thu, 15 Apr 2021 21:04:51 +0300 Subject: [PATCH] Updated CLI 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 c1afc9d20f..d256a6c749 100644 --- a/app/config/platforms.php +++ b/app/config/platforms.php @@ -301,7 +301,7 @@ return [ [ 'key' => 'cli', 'name' => 'Command Line', - 'version' => '0.6.0', + 'version' => '0.7.0', 'url' => 'https://github.com/appwrite/sdk-for-cli', 'package' => 'https://github.com/appwrite/sdk-for-cli', 'enabled' => true,