Skip to content

Commit 75a82df

Browse files
committed
BUMP 2.2
1 parent 9678ff5 commit 75a82df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version='1.0'?>
22
<project name="MongoDB Java Driver" default="compile" basedir=".">
33

4-
<property name="version" value="2.1"/>
4+
<property name="version" value="2.2"/>
55
<property name="targetdir" location="target"/>
66
<property name="testdir" location="${targetdir}/test"/>
77

src/main/com/mongodb/Mongo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
public class Mongo {
7272

7373
public static final int MAJOR_VERSION = 2;
74-
public static final int MINOR_VERSION = 1;
74+
public static final int MINOR_VERSION = 2;
7575

7676
public static DB connect( DBAddress addr ){
7777
return new Mongo( addr ).getDB( addr.getDBName() );

0 commit comments

Comments
 (0)