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