Skip to content

Commit 0db7661

Browse files
committed
version bump
1 parent 27899a7 commit 0db7661

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/transport/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export class Client {
4848

4949
// Send the setup message.
5050
await setup.send.client({
51-
versions: [Setup.Version.DRAFT_06],
51+
versions: [Setup.Version.DRAFT_07],
5252
role: this.config.role,
5353
})
5454

lib/transport/setup.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export enum Version {
1111
DRAFT_04 = 0xff000004,
1212
DRAFT_05 = 0xff000005,
1313
DRAFT_06 = 0xff000006,
14+
DRAFT_07 = 0xff000007,
1415
KIXEL_00 = 0xbad00,
1516
KIXEL_01 = 0xbad01,
1617
}

0 commit comments

Comments
 (0)