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 5a024f8 commit 5dce788Copy full SHA for 5dce788
build.gradle
@@ -53,7 +53,7 @@ configure(subprojects.findAll { it.name != 'util' }) {
53
evaluationDependsOn(':util')
54
55
group = 'org.mongodb'
56
- version = '3.8.2-SNAPSHOT'
+ version = '3.8.2'
57
sourceCompatibility = JavaVersion.VERSION_1_6
58
targetCompatibility = JavaVersion.VERSION_1_6
59
0 commit comments