Skip to content

Commit

Permalink
chore: update SDKs for appwrite 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
christyjacob4 committed Aug 23, 2024
1 parent eb7b1ca commit d906d4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Appwrite/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ class Client
*/
protected array $headers = [
'content-type' => '',
'user-agent' => 'AppwritePHPSDK/12.0.0-rc.3 ()',
'user-agent' => 'AppwritePHPSDK/12.0.0 ()',
'x-sdk-name'=> 'PHP',
'x-sdk-platform'=> 'server',
'x-sdk-language'=> 'php',
'x-sdk-version'=> '12.0.0-rc.3',
'x-sdk-version'=> '12.0.0',
];

/**
Expand Down

0 comments on commit d906d4c

Please sign in to comment.