Skip to content

Commit e07bea2

Browse files
Update refdocs to reflect 2.13.2 is the current version. (#639)
1 parent 3c08efa commit e07bea2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Docs/landing/data/releases.toml

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
current = "2.13.1"
1+
current = "2.13.2"
22

33
[[versions]]
4-
version = "2.13.1"
4+
version = "2.13.2"
55
status = "current"
66
docs = "./2.13/"
77
api = "./2.13/apidocs"
@@ -81,32 +81,32 @@ current = "2.13.1"
8181
package = "MongoDB.Driver"
8282
description = "The driver."
8383
dependencies = ".NET Core Driver,.NET BSON Library"
84-
versions = "2.13.1,2.12.4,2.11.6,2.10.4,2.9.3,2.8.1,2.7.3,2.6.1,2.5.1,2.4.4,2.3.0,2.2.4,2.1.1,2.0.2"
84+
versions = "2.13.2,2.12.4,2.11.6,2.10.4,2.9.3,2.8.1,2.7.3,2.6.1,2.5.1,2.4.4,2.3.0,2.2.4,2.1.1,2.0.2"
8585

8686
[[drivers]]
8787
name = ".NET GridFS"
8888
package = "MongoDB.Driver.GridFS"
8989
description = "The GridFS library."
9090
dependencies = ".NET Driver,.NET Core Driver,.NET BSON Library"
91-
versions = "2.13.1,2.12.4,2.11.6,2.10.4,2.9.3,2.8.1,2.7.3,2.6.1,2.5.1,2.4.4,2.3.0,2.2.4,2.1.1"
91+
versions = "2.13.2,2.12.4,2.11.6,2.10.4,2.9.3,2.8.1,2.7.3,2.6.1,2.5.1,2.4.4,2.3.0,2.2.4,2.1.1"
9292

9393
[[drivers]]
9494
name = ".NET Core Driver"
9595
package = "MongoDB.Driver.Core"
9696
description = "The core driver."
9797
dependencies = ".NET BSON Library"
98-
versions = "2.13.1,2.12.4,2.11.6,2.10.4,2.9.3,2.8.1,2.7.3,2.6.1,2.5.1,2.4.4,2.3.0,2.2.4,2.1.1,2.0.2"
98+
versions = "2.13.2,2.12.4,2.11.6,2.10.4,2.9.3,2.8.1,2.7.3,2.6.1,2.5.1,2.4.4,2.3.0,2.2.4,2.1.1,2.0.2"
9999

100100
[[drivers]]
101101
name = ".NET BSON Library"
102102
package = "MongoDB.Bson"
103103
description = "The BSON library."
104104
dependencies = ""
105-
versions = "2.13.1,2.12.4,2.11.6,2.10.4,2.9.3,2.8.1,2.7.3,2.6.1,2.5.1,2.4.4,2.3.0,2.2.4,2.1.1,2.0.2"
105+
versions = "2.13.2,2.12.4,2.11.6,2.10.4,2.9.3,2.8.1,2.7.3,2.6.1,2.5.1,2.4.4,2.3.0,2.2.4,2.1.1,2.0.2"
106106

107107
[[drivers]]
108108
name = ".NET Legacy Driver"
109109
package = "mongocsharpdriver"
110110
description = "The legacy driver."
111111
dependencies = ".NET Driver,.NET Core Driver,.NET BSON Library"
112-
versions = "2.13.1,2.12.4,2.11.6,2.10.4,2.9.3,2.8.1,2.7.3,2.6.1,2.5.1,2.4.4,2.3.0,2.2.4,2.1.1,2.0.2,1.11"
112+
versions = "2.13.2,2.12.4,2.11.6,2.10.4,2.9.3,2.8.1,2.7.3,2.6.1,2.5.1,2.4.4,2.3.0,2.2.4,2.1.1,2.0.2,1.11"

0 commit comments

Comments
 (0)