Skip to content

Commit

Permalink
Updated Mongo.java statics to new version
Browse files Browse the repository at this point in the history
  • Loading branch information
jyemin committed Oct 22, 2012
1 parent 1f6f6b4 commit 15ecb6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/com/mongodb/Mongo.java
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ public class Mongo {
* @deprecated Replaced by <code>Mongo.getMinorVersion()</code>
*/
@Deprecated
public static final int MINOR_VERSION = 9;
public static final int MINOR_VERSION = 10;

private static final String FULL_VERSION = "2.9.1";
private static final String FULL_VERSION = "2.10.0-SNAPSHOT";

static int cleanerIntervalMS;
static {
Expand Down

0 comments on commit 15ecb6b

Please sign in to comment.