Skip to content

Commit

Permalink
fix response format version
Browse files Browse the repository at this point in the history
  • Loading branch information
TorstenDittmann committed Oct 18, 2021
1 parent 06a0163 commit d7365ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Client
protected $headers = [
'content-type' => '',
'x-sdk-version' => 'appwrite:cli:0.12.1',
'X-Appwrite-Response-Format' => '0.10.0' ];
'X-Appwrite-Response-Format' => '0.11.0' ];

/**
* Default User Preferences
Expand Down

0 comments on commit d7365ec

Please sign in to comment.