Skip to content

Commit d3217b6

Browse files
Merge pull request #76 from appwrite/concurrent-chunk-uploads-version-bump-1-9-x
chore: bump SDK version to 24.2.0
2 parents 8463031 + 2adb011 commit d3217b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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 array $headers = [
3939
'content-type' => '',
40-
'user-agent' => 'AppwritePHPSDK/24.1.0 ()',
40+
'user-agent' => 'AppwritePHPSDK/24.2.0 ()',
4141
'x-sdk-name'=> 'PHP',
4242
'x-sdk-platform'=> 'server',
4343
'x-sdk-language'=> 'php',
44-
'x-sdk-version'=> '24.1.0',
44+
'x-sdk-version'=> '24.2.0',
4545
];
4646

4747
/**

0 commit comments

Comments
 (0)