Skip to content

Commit 72a7ba2

Browse files
committed
chore: updates for appwrite 1.4.2
1 parent 05c5b6a commit 72a7ba2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Appwrite/Client.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ class Client
3737
*/
3838
protected $headers = [
3939
'content-type' => '',
40-
'user-agent' => 'AppwritePHPSDK/9.0.2 ()',
40+
'user-agent' => 'AppwritePHPSDK/10.0.0 ()',
4141
'x-sdk-name'=> 'PHP',
4242
'x-sdk-platform'=> 'server',
4343
'x-sdk-language'=> 'php',
44-
'x-sdk-version'=> '9.0.2',
44+
'x-sdk-version'=> '10.0.0',
4545
];
4646

4747
/**

0 commit comments

Comments
 (0)