We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1827fd commit 49a748eCopy full SHA for 49a748e
src/client.ts
@@ -8,7 +8,7 @@ export class Client {
8
endpoint: string = 'https://appwrite.io/v1';
9
headers: Payload = {
10
'content-type': '',
11
- 'x-sdk-version': 'appwrite:deno:1.0.0',
+ 'x-sdk-version': 'appwrite:deno:2.0.0',
12
'X-Appwrite-Response-Format':'0.12.0',
13
};
14
0 commit comments