Skip to content

Commit

Permalink
feat: bump wire protocol version for 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroadst committed Feb 13, 2020
1 parent 24155e7 commit 6d3f313
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/core/wireprotocol/constants.js
@@ -1,9 +1,9 @@
'use strict';

const MIN_SUPPORTED_SERVER_VERSION = '2.6';
const MAX_SUPPORTED_SERVER_VERSION = '4.2';
const MAX_SUPPORTED_SERVER_VERSION = '4.4';
const MIN_SUPPORTED_WIRE_VERSION = 2;
const MAX_SUPPORTED_WIRE_VERSION = 8;
const MAX_SUPPORTED_WIRE_VERSION = 9;

module.exports = {
MIN_SUPPORTED_SERVER_VERSION,
Expand Down

0 comments on commit 6d3f313

Please sign in to comment.