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.
2 parents aaad812 + 9b6758d commit 180a03dCopy full SHA for 180a03d
src/socket.ts
@@ -44,7 +44,7 @@ export class HyperdeckSocket extends EventEmitter {
44
45
this.sendResponse(
46
new TResponse(AsynchronousCode.ConnectionInfo, 'connection info', {
47
- 'protocol version': '1.6',
+ 'protocol version': '1.8',
48
model: 'NodeJS Hyperdeck Server Library'
49
})
50
)
0 commit comments