Skip to content

Commit d7365ec

Browse files
fix response format version
1 parent 06a0163 commit d7365ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class Client
3030
protected $headers = [
3131
'content-type' => '',
3232
'x-sdk-version' => 'appwrite:cli:0.12.1',
33-
'X-Appwrite-Response-Format' => '0.10.0' ];
33+
'X-Appwrite-Response-Format' => '0.11.0' ];
3434

3535
/**
3636
* Default User Preferences

0 commit comments

Comments
 (0)