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 3b9b39d commit fc875e0Copy full SHA for fc875e0
build.gradle
@@ -50,7 +50,7 @@ configure(subprojects.findAll { it.name != 'util' }) {
50
evaluationDependsOn(':util')
51
52
group = 'org.mongodb'
53
- version = '3.6.0'
+ version = '3.6.1-SNAPSHOT'
54
sourceCompatibility = JavaVersion.VERSION_1_6
55
targetCompatibility = JavaVersion.VERSION_1_6
56
0 commit comments