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