Skip to content

Commit 254d0aa

Browse files
fix response format version
1 parent 2ef8801 commit 254d0aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Appwrite/Client.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ open class Client {
1919

2020
open var headers: [String: String] = [
2121
"content-type": "",
22-
"x-sdk-version": "appwrite:swiftclient:0.1.0", "X-Appwrite-Response-Format": "0.10.0"
22+
"x-sdk-version": "appwrite:swiftclient:0.1.0", "X-Appwrite-Response-Format": "0.11.0"
2323
]
2424

2525
open var config: [String: String] = [:]

0 commit comments

Comments
 (0)