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.
1 parent 1f6f6b4 commit 15ecb6bCopy full SHA for 15ecb6b
src/main/com/mongodb/Mongo.java
@@ -82,9 +82,9 @@ public class Mongo {
82
* @deprecated Replaced by <code>Mongo.getMinorVersion()</code>
83
*/
84
@Deprecated
85
- public static final int MINOR_VERSION = 9;
+ public static final int MINOR_VERSION = 10;
86
87
- private static final String FULL_VERSION = "2.9.1";
+ private static final String FULL_VERSION = "2.10.0-SNAPSHOT";
88
89
static int cleanerIntervalMS;
90
static {
0 commit comments