From fabb519f466023413c6f652cc636eed118e664c2 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 3 Mar 2026 11:37:06 +0000 Subject: [PATCH] regen --- 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 0a744c8..6bf10df 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/20.2.0 ()', + 'user-agent' => 'AppwritePHPSDK/20.2.1 ()', 'x-sdk-name'=> 'PHP', 'x-sdk-platform'=> 'server', 'x-sdk-language'=> 'php', - 'x-sdk-version'=> '20.2.0', + 'x-sdk-version'=> '20.2.1', ]; /**