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 12a83ca commit 6bad3b3Copy full SHA for 6bad3b3
build.gradle
@@ -45,7 +45,7 @@ configure(subprojects.findAll { it.name != 'util' }) {
45
evaluationDependsOn(':util')
46
47
group = 'org.mongodb'
48
- version = '3.4.0-SNAPSHOT'
+ version = '3.4.0-beta1'
49
sourceCompatibility = JavaVersion.VERSION_1_6
50
targetCompatibility = JavaVersion.VERSION_1_6
51
0 commit comments