Skip to content

Commit 6d3f313

Browse files
committed
feat: bump wire protocol version for 4.4
NODE-2150
1 parent 24155e7 commit 6d3f313

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/core/wireprotocol/constants.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
'use strict';
22

33
const MIN_SUPPORTED_SERVER_VERSION = '2.6';
4-
const MAX_SUPPORTED_SERVER_VERSION = '4.2';
4+
const MAX_SUPPORTED_SERVER_VERSION = '4.4';
55
const MIN_SUPPORTED_WIRE_VERSION = 2;
6-
const MAX_SUPPORTED_WIRE_VERSION = 8;
6+
const MAX_SUPPORTED_WIRE_VERSION = 9;
77

88
module.exports = {
99
MIN_SUPPORTED_SERVER_VERSION,

0 commit comments

Comments
 (0)