Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
Bump Java version to 1.11.0-SNAPSHOT
  • Loading branch information
jyemin authored Jun 14, 2024
1 parent dadf22c commit c060d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/java/mongocrypt/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ allprojects {
}

group = "org.mongodb"
version = "1.10.0-SNAPSHOT"
version = "1.11.0-SNAPSHOT"
description = "MongoDB client-side crypto support"

java {
Expand Down

0 comments on commit c060d70

Please sign in to comment.