Skip to content

Commit 3e7ceb3

Browse files
committed
bump max wire version for 4.0
1 parent 9f95bb0 commit 3e7ceb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libmongoc/src/mongoc/mongoc-client-private.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ BSON_BEGIN_DECLS
4141

4242
/* protocol versions this driver can speak */
4343
#define WIRE_VERSION_MIN 3
44-
#define WIRE_VERSION_MAX 6
44+
#define WIRE_VERSION_MAX 7
4545

4646
/* first version that supported "find" and "getMore" commands */
4747
#define WIRE_VERSION_FIND_CMD 4

0 commit comments

Comments
 (0)