From 41277864fdbd6cb6386ddac3e6e57e1e615b327c Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Tue, 28 Feb 2023 15:26:37 +0530 Subject: [PATCH] sdks: fix version number for console sdk --- 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 7f5c2fccd7..abfeba4894 100644 --- a/app/config/platforms.php +++ b/app/config/platforms.php @@ -185,7 +185,7 @@ return [ [ 'key' => 'web', 'name' => 'Console', - 'version' => '0.0.1', + 'version' => '0.0.2-preview-0.0', 'url' => 'https://github.com/appwrite/sdk-for-console', 'package' => '', 'enabled' => true,