Skip to content

Commit 8afd817

Browse files
committed
Build: Version 3.11.0
1 parent e45c8f3 commit 8afd817

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def javaCodeCheckedProjects = subprojects.findAll { !['util', 'mongo-java-driver
5555
configure(coreProjects) {
5656
evaluationDependsOn(':util')
5757
group = 'org.mongodb'
58-
version = '3.11.0-SNAPSHOT'
58+
version = '3.11.0'
5959

6060
repositories {
6161
mavenLocal()

docs/landing/data/releases.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
current = "3.10.2"
1+
current = "3.11.0"
22

33
[[versions]]
4-
version = "3.11.0-rc0"
4+
version = "3.11.0"
5+
status = "current"
56
docs = "./3.11"
67
api = "./3.11/javadoc"
78

89
[[versions]]
910
version = "3.10.2"
10-
status = "current"
1111
docs = "./3.10"
1212
api = "./3.10/javadoc"
1313

0 commit comments

Comments
 (0)