Skip to content

Commit 3c8c171

Browse files
feat: add response format for 0.14.0
1 parent 181d299 commit 3c8c171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Appwrite/Client.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class Client
4545
*/
4646
public function __construct()
4747
{
48-
$this->headers['X-Appwrite-Response-Format'] = '0.13.0';
48+
$this->headers['X-Appwrite-Response-Format'] = '0.14.0';
4949

5050
}
5151

0 commit comments

Comments
 (0)