Skip to content

Commit d75e236

Browse files
committed
Remove extra 'status = "current"' lines from releases.toml.
1 parent 27ec8ed commit d75e236

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Docs/landing/data/releases.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,31 +7,26 @@ current = "2.4.1"
77

88
[[versions]]
99
version = "2.3.0"
10-
status = "current"
1110
docs = "./2.3/"
1211
api = "./2.3/apidocs"
1312

1413
[[versions]]
1514
version = "2.2.4"
16-
status = "current"
1715
docs = "./2.2/"
1816
api = "http://api.mongodb.org/csharp/2.2"
1917

2018
[[versions]]
2119
version = "2.1.1"
22-
status = "current"
2320
docs = "./2.1/"
2421
api = "http://api.mongodb.org/csharp/2.1"
2522

2623
[[versions]]
2724
version = "2.0.2"
28-
status = "current"
2925
docs = "./2.0/"
3026
api = "http://api.mongodb.org/csharp/2.0"
3127

3228
[[versions]]
3329
version = "1.11"
34-
status = "current"
3530
docs = "./1.11"
3631
api = "http://api.mongodb.org/csharp/1.11"
3732

0 commit comments

Comments
 (0)