diff --git a/src/common/Constants.res b/src/common/Constants.res index 7548162eb..7d9d9a9f8 100644 --- a/src/common/Constants.res +++ b/src/common/Constants.res @@ -1,7 +1,7 @@ // This is used for the version dropdown in the manual layouts let allManualVersions = [ ("latest", "v11.0"), - ("v10.0.0", "v9.1 - v10.0"), + ("v10.0.0", "v9.1 - v10.1"), ("v9.0.0", "v8.2 - v9.0"), ("v8.0.0", "v6.0 - v8.2"), ]