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 1ff4ce5 commit 0742ca1Copy full SHA for 0742ca1
build.gradle
@@ -52,7 +52,7 @@ configure(subprojects.findAll { it.name != 'util' }) {
52
evaluationDependsOn(':util')
53
54
group = 'org.mongodb'
55
- version = '3.8.0-SNAPSHOT'
+ version = '3.8.0'
56
sourceCompatibility = JavaVersion.VERSION_1_6
57
targetCompatibility = JavaVersion.VERSION_1_6
58
0 commit comments