Skip to content

Commit a8eeac6

Browse files
committed
Bump reference docs to 3.6.3
1 parent a58bdd7 commit a8eeac6

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,4 +1,4 @@
1-
current = "3.7.0"
1+
current = "3.6.3"
22

33
[[versions]]
44
version = "3.7.0"
@@ -7,7 +7,7 @@ current = "3.7.0"
77
api = "./3.7/javadoc"
88

99
[[versions]]
10-
version = "3.6.2"
10+
version = "3.6.3"
1111
docs = "./3.6"
1212
api = "./3.6/javadoc"
1313

@@ -59,19 +59,19 @@ current = "3.7.0"
5959
[[drivers]]
6060
name = "mongodb-driver"
6161
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`."
62-
versions = "3.7.0,3.6.2,3.5.0,3.4.3,3.3.0,3.2.2,3.1.1,3.0.4"
62+
versions = "3.7.0,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 = "mongo-java-driver"
6666
description = "An uber jar containing the bson library, the core library and the mongodb-driver.<br/>This artifact is a valid OSGi bundle."
67-
versions = "3.7.0,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"
67+
versions = "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"
6868

6969
[[drivers]]
7070
name = "mongodb-driver-async"
7171
description = "The new asynchronous driver, new in 3.0"
72-
versions = "3.7.0,3.6.2,3.5.0,3.4.3,3.3.0,3.2.2,3.1.1,3.0.4"
72+
versions = "3.7.0,3.6.3,3.5.0,3.4.3,3.3.0,3.2.2,3.1.1,3.0.4"
7373

7474
[[drivers]]
7575
name = "mongodb-driver-core"
7676
description = "The core library, new in 3.0"
77-
versions = "3.7.0,3.6.2,3.5.0,3.4.3,3.3.0,3.2.2,3.1.1,3.0.4"
77+
versions = "3.7.0,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)