We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8463031 + 2adb011 commit d3217b6Copy full SHA for d3217b6
1 file changed
src/Appwrite/Client.php
@@ -37,11 +37,11 @@ class Client
37
*/
38
protected array $headers = [
39
'content-type' => '',
40
- 'user-agent' => 'AppwritePHPSDK/24.1.0 ()',
+ 'user-agent' => 'AppwritePHPSDK/24.2.0 ()',
41
'x-sdk-name'=> 'PHP',
42
'x-sdk-platform'=> 'server',
43
'x-sdk-language'=> 'php',
44
- 'x-sdk-version'=> '24.1.0',
+ 'x-sdk-version'=> '24.2.0',
45
];
46
47
/**
0 commit comments