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 9678ff5 commit 75a82dfCopy full SHA for 75a82df
build.xml
@@ -1,7 +1,7 @@
1
<?xml version='1.0'?>
2
<project name="MongoDB Java Driver" default="compile" basedir=".">
3
4
- <property name="version" value="2.1"/>
+ <property name="version" value="2.2"/>
5
<property name="targetdir" location="target"/>
6
<property name="testdir" location="${targetdir}/test"/>
7
src/main/com/mongodb/Mongo.java
@@ -71,7 +71,7 @@
71
public class Mongo {
72
73
public static final int MAJOR_VERSION = 2;
74
- public static final int MINOR_VERSION = 1;
+ public static final int MINOR_VERSION = 2;
75
76
public static DB connect( DBAddress addr ){
77
return new Mongo( addr ).getDB( addr.getDBName() );
0 commit comments