Skip to content

Commit f82424e

Browse files
fix response format version
1 parent 40c4504 commit f82424e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Appwrite/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class Client
4343
*/
4444
public function __construct()
4545
{
46-
$this->headers['X-Appwrite-Response-Format'] = '0.10.0';
46+
$this->headers['X-Appwrite-Response-Format'] = '0.11.0';
4747

4848
}
4949

0 commit comments

Comments
 (0)