Skip to content

Commit 14e0757

Browse files
chore: bump version number
1 parent de1fdf3 commit 14e0757

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
@@ -11,7 +11,7 @@ export class Client {
1111
endpoint: string = 'https://appwrite.io/v1';
1212
headers: Payload = {
1313
'content-type': '',
14-
'x-sdk-version': 'appwrite:deno:5.0.0',
14+
'x-sdk-version': 'appwrite:deno:5.0.1',
1515
'X-Appwrite-Response-Format':'0.15.0',
1616
};
1717

0 commit comments

Comments
 (0)