From c9373d7b5261aa537809279bf6cee8e231d4f17e Mon Sep 17 00:00:00 2001 From: "mongodb-dbx-release-bot[bot]" <167856002+mongodb-dbx-release-bot[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 11:40:30 +0000 Subject: [PATCH] Version: bump 5.2.0-SNAPSHOT --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3544243802c..59745250539 100644 --- a/build.gradle +++ b/build.gradle @@ -75,7 +75,7 @@ configure(coreProjects) { apply plugin: 'idea' group = 'org.mongodb' - version = '5.2.0-beta1' + version = '5.2.0-SNAPSHOT' repositories { mavenLocal()