From 2bcfaffec3880ffab6dfa17f1e6a143911073dc2 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Wed, 21 Apr 2021 13:13:12 +0300 Subject: [PATCH] Updated SDK 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 c6718e6027..139680b419 100644 --- a/app/config/platforms.php +++ b/app/config/platforms.php @@ -331,7 +331,7 @@ return [ [ 'key' => 'cli', 'name' => 'Command Line', - 'version' => '0.7.0', + 'version' => '0.8.0', 'url' => 'https://github.com/appwrite/sdk-for-cli', 'package' => 'https://github.com/appwrite/sdk-for-cli', 'enabled' => true,