Skip to content

Commit

Permalink
Updating version to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jyemin committed May 5, 2015
1 parent 7b5f965 commit 5b39b18
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 @@ -46,7 +46,7 @@ configure(subprojects.findAll { it.name != 'util' }) {
evaluationDependsOn(':util')

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

Expand Down

0 comments on commit 5b39b18

Please sign in to comment.