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', ]; /**