Skip to content

Commit 687a874

Browse files
feat: add response format for 0.14.0
1 parent 90fd4ae commit 687a874

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
@@ -13,7 +13,7 @@ def initialize
1313
@headers = {
1414
'user-agent' => RUBY_PLATFORM + ':ruby-' + RUBY_VERSION,
1515
'x-sdk-version' => 'appwrite:ruby:5.0.0',
16-
'X-Appwrite-Response-Format' => '0.13.0'
16+
'X-Appwrite-Response-Format' => '0.14.0'
1717
}
1818
@endpoint = 'https://HOSTNAME/v1'
1919
end

0 commit comments

Comments
 (0)