diff --git a/build.gradle b/build.gradle index ae86a7ec07e..569bc7c47aa 100644 --- a/build.gradle +++ b/build.gradle @@ -46,7 +46,7 @@ configure(subprojects.findAll { it.name != 'util' }) { evaluationDependsOn(':util') group = 'org.mongodb' - version = '3.0.1-SNAPSHOT' + version = '3.0.1' sourceCompatibility = JavaVersion.VERSION_1_6 targetCompatibility = JavaVersion.VERSION_1_6