Skip to content

Commit 69a9851

Browse files
fix response format version
1 parent 14ae834 commit 69a9851

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/appwrite/client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def initialize()
2121
'content-type' => '',
2222
'user-agent' => RUBY_PLATFORM + ':ruby-' + RUBY_VERSION,
2323
'x-sdk-version' => 'appwrite:ruby:2.4.1',
24-
'X-Appwrite-Response-Format' => '0.10.0'
24+
'X-Appwrite-Response-Format' => '0.11.0'
2525
}
2626
@endpoint = 'https://appwrite.io/v1';
2727
end

0 commit comments

Comments
 (0)