Skip to content

Commit 49a748e

Browse files
committed
fix versions
1 parent f1827fd commit 49a748e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export class Client {
88
endpoint: string = 'https://appwrite.io/v1';
99
headers: Payload = {
1010
'content-type': '',
11-
'x-sdk-version': 'appwrite:deno:1.0.0',
11+
'x-sdk-version': 'appwrite:deno:2.0.0',
1212
'X-Appwrite-Response-Format':'0.12.0',
1313
};
1414

0 commit comments

Comments
 (0)