Skip to content

Commit

Permalink
Bump to 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jyemin committed Feb 15, 2016
1 parent 35f52e9 commit 9fc7bc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ configure(subprojects.findAll { it.name != 'util' }) {
evaluationDependsOn(':util')

group = 'org.mongodb'
version = '3.2.2-SNAPSHOT'
version = '3.2.2'
sourceCompatibility = JavaVersion.VERSION_1_6
targetCompatibility = JavaVersion.VERSION_1_6

Expand Down

0 comments on commit 9fc7bc4

Please sign in to comment.