We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05c5b6a commit 72a7ba2Copy full SHA for 72a7ba2
src/Appwrite/Client.php
@@ -37,11 +37,11 @@ class Client
37
*/
38
protected $headers = [
39
'content-type' => '',
40
- 'user-agent' => 'AppwritePHPSDK/9.0.2 ()',
+ 'user-agent' => 'AppwritePHPSDK/10.0.0 ()',
41
'x-sdk-name'=> 'PHP',
42
'x-sdk-platform'=> 'server',
43
'x-sdk-language'=> 'php',
44
- 'x-sdk-version'=> '9.0.2',
+ 'x-sdk-version'=> '10.0.0',
45
];
46
47
/**
0 commit comments