We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 181d299 commit 3c8c171Copy full SHA for 3c8c171
src/Appwrite/Client.php
@@ -45,7 +45,7 @@ class Client
45
*/
46
public function __construct()
47
{
48
- $this->headers['X-Appwrite-Response-Format'] = '0.13.0';
+ $this->headers['X-Appwrite-Response-Format'] = '0.14.0';
49
50
}
51
0 commit comments