Skip to content

Commit b891177

Browse files
committed
Update 3.7 patch level on landing docs page
1 parent 3fa6a0e commit b891177

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/landing/data/releases.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
current = "3.7.0"
1+
current = "3.7.1"
22

33
[[versions]]
44
version = "3.8.0-beta2"
55
docs = "./3.8"
66
api = "./3.8/javadoc"
77

88
[[versions]]
9-
version = "3.7.0"
9+
version = "3.7.1"
1010
docs = "./3.7"
1111
api = "./3.7/javadoc"
1212

@@ -59,24 +59,24 @@ current = "3.7.0"
5959
[[drivers]]
6060
name = "mongodb-driver-sync"
6161
description = "The synchronous driver, new in 3.7.<br/>For older versions of the driver please use the `mongodb-driver` or `mongo-java-driver`."
62-
versions = "3.8.0-beta2,3.7.0"
62+
versions = "3.8.0-beta2,3.7.1"
6363

6464
[[drivers]]
6565
name = "mongodb-driver"
6666
description = "The synchronous driver plus the legacy driver, new in 3.0.<br/>For older versions of the driver or for OSGi-based applications please use the `mongo-java-driver`."
67-
versions = "3.8.0-beta2,3.7.0,3.6.4,3.5.0,3.4.3,3.3.0,3.2.2,3.1.1,3.0.4"
67+
versions = "3.8.0-beta2,3.7.1,3.6.4,3.5.0,3.4.3,3.3.0,3.2.2,3.1.1,3.0.4"
6868

6969
[[drivers]]
7070
name = "mongo-java-driver"
7171
description = "An uber jar containing the bson library, the core library and the mongodb-driver.<br/>This artifact is a valid OSGi bundle."
72-
versions = "3.8.0-beta2,3.7.0,3.6.4,3.5.0,3.4.3,3.3.0,3.2.2,3.1.1,3.0.4,2.14.2,2.13.3"
72+
versions = "3.8.0-beta2,3.7.1,3.6.4,3.5.0,3.4.3,3.3.0,3.2.2,3.1.1,3.0.4,2.14.2,2.13.3"
7373

7474
[[drivers]]
7575
name = "mongodb-driver-async"
7676
description = "The new asynchronous driver, new in 3.0"
77-
versions = "3.8.0-beta2,3.7.0,3.6.4,3.5.0,3.4.3,3.3.0,3.2.2,3.1.1,3.0.4"
77+
versions = "3.8.0-beta2,3.7.1,3.6.4,3.5.0,3.4.3,3.3.0,3.2.2,3.1.1,3.0.4"
7878

7979
[[drivers]]
8080
name = "mongodb-driver-core"
8181
description = "The core library, new in 3.0"
82-
versions = "3.8.0-beta2,3.7.0,3.6.4,3.5.0,3.4.3,3.3.0,3.2.2,3.1.1,3.0.4"
82+
versions = "3.8.0-beta2,3.7.1,3.6.4,3.5.0,3.4.3,3.3.0,3.2.2,3.1.1,3.0.4"

0 commit comments

Comments
 (0)