Skip to content

Commit aec5855

Browse files
committed
Bump WIRE_VERSION_MIN from 3 to 6
1 parent e9012d9 commit aec5855

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
@@ -42,7 +42,7 @@
4242
BSON_BEGIN_DECLS
4343

4444
/* protocol versions this driver can speak */
45-
#define WIRE_VERSION_MIN 3 /* a.k.a. minWireVersion */
45+
#define WIRE_VERSION_MIN 6 /* a.k.a. minWireVersion */
4646
#define WIRE_VERSION_MAX 14 /* a.k.a. maxWireVersion */
4747

4848
/* first version that supported "find" and "getMore" commands */

0 commit comments

Comments
 (0)