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