diff --git a/src/Appwrite/Client.php b/src/Appwrite/Client.php index f9ff454..dad7f26 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/24.1.0 ()', + 'user-agent' => 'AppwritePHPSDK/24.2.0 ()', 'x-sdk-name'=> 'PHP', 'x-sdk-platform'=> 'server', 'x-sdk-language'=> 'php', - 'x-sdk-version'=> '24.1.0', + 'x-sdk-version'=> '24.2.0', ]; /**