Skip to content

Commit 3fa6a0e

Browse files
committed
Update 3.6 patch level on landing docs page
1 parent 7aa4c8d commit 3fa6a0e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/landing/data/releases.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ current = "3.7.0"
1111
api = "./3.7/javadoc"
1212

1313
[[versions]]
14-
version = "3.6.3"
14+
version = "3.6.4"
1515
status = "current"
1616
docs = "./3.6"
1717
api = "./3.6/javadoc"
@@ -64,19 +64,19 @@ current = "3.7.0"
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.3,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.0,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.3,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.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"
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.3,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.0,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.3,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.0,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)