Skip to content

Commit 87d60f8

Browse files
committed
Bump landing page of reference documentation to 3.6.3
1 parent e033500 commit 87d60f8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/landing/data/releases.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
current = "3.6.2"
1+
current = "3.6.3"
22

33
[[versions]]
4-
version = "3.6.2"
4+
version = "3.6.3"
55
status = "current"
66
docs = "./3.6"
77
api = "./3.6/javadoc"
@@ -49,19 +49,19 @@ current = "3.6.2"
4949
[[drivers]]
5050
name = "mongodb-driver"
5151
description = "The synchronous driver, new in 3.0.<br/>For older versions of the driver or for OSGi-based applications please use the `mongo-java-driver`."
52-
versions = "3.6.2,3.5.0,3.4.3,3.3.0,3.2.2,3.1.1,3.0.4"
52+
versions = "3.6.3,3.5.0,3.4.3,3.3.0,3.2.2,3.1.1,3.0.4"
5353

5454
[[drivers]]
5555
name = "mongo-java-driver"
5656
description = "An uber jar containing the bson library, the core library and the mongodb-driver.<br/>This artifact is a valid OSGi bundle."
57-
versions = "3.6.2,3.5.0,3.4.3,3.3.0,3.2.2,3.1.1,3.0.4,2.14.2,2.13.3"
57+
versions = "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"
5858

5959
[[drivers]]
6060
name = "mongodb-driver-async"
6161
description = "The new asynchronous driver, new in 3.0"
62-
versions = "3.6.2,3.5.0,3.4.3,3.3.0,3.2.2,3.1.1,3.0.4"
62+
versions = "3.6.3,3.5.0,3.4.3,3.3.0,3.2.2,3.1.1,3.0.4"
6363

6464
[[drivers]]
6565
name = "mongodb-driver-core"
6666
description = "The core library, new in 3.0"
67-
versions = "3.6.2,3.5.0,3.4.3,3.3.0,3.2.2,3.1.1,3.0.4"
67+
versions = "3.6.3,3.5.0,3.4.3,3.3.0,3.2.2,3.1.1,3.0.4"

0 commit comments

Comments
 (0)