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 1b7479e commit ad996dcCopy full SHA for ad996dc
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-rc0'
+ version = '3.6.0-SNAPSHOT'
54
sourceCompatibility = JavaVersion.VERSION_1_6
55
targetCompatibility = JavaVersion.VERSION_1_6
56
0 commit comments