From dbef5e6e63a37a8bc08c70fdd4a692a579311d8c Mon Sep 17 00:00:00 2001 From: Christoph Knittel Date: Thu, 4 Jan 2024 15:19:06 +0100 Subject: [PATCH] Fix version range in dropdown --- src/common/Constants.res | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"), ]