From d906d4c0fdf2e69a1c09533fdce92da8455cc788 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 23 Aug 2024 15:26:56 +0000 Subject: [PATCH] chore: update SDKs for appwrite 1.6.0 --- src/Appwrite/Client.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Appwrite/Client.php b/src/Appwrite/Client.php index bcbfd6f..b102f8d 100644 --- a/src/Appwrite/Client.php +++ b/src/Appwrite/Client.php @@ -37,11 +37,11 @@ class Client */ protected array $headers = [ 'content-type' => '', - 'user-agent' => 'AppwritePHPSDK/12.0.0-rc.3 ()', + 'user-agent' => 'AppwritePHPSDK/12.0.0 ()', 'x-sdk-name'=> 'PHP', 'x-sdk-platform'=> 'server', 'x-sdk-language'=> 'php', - 'x-sdk-version'=> '12.0.0-rc.3', + 'x-sdk-version'=> '12.0.0', ]; /**