Skip to content

Commit 765594a

Browse files
authored
Fix version range in dropdown (#773)
1 parent a71ea16 commit 765594a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/Constants.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// This is used for the version dropdown in the manual layouts
22
let allManualVersions = [
33
("latest", "v11.0"),
4-
("v10.0.0", "v9.1 - v10.0"),
4+
("v10.0.0", "v9.1 - v10.1"),
55
("v9.0.0", "v8.2 - v9.0"),
66
("v8.0.0", "v6.0 - v8.2"),
77
]

0 commit comments

Comments
 (0)