Skip to content

Commit f2a0ee7

Browse files
committed
Enable v11.0.0-beta.1 in the playground
1 parent aae97c5 commit f2a0ee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/CompilerManagerHook.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ module CdnMeta = {
4949
"v8.3.0-dev.2",
5050
]
5151

52-
let experimentalVersions = ["v11.0.0-alpha.5"]
52+
let experimentalVersions = ["v11.0.0-beta.1", "v11.0.0-alpha.5"]
5353

5454
let getCompilerUrl = (version: string): string =>
5555
j`https://cdn.rescript-lang.org/$version/compiler.js`

0 commit comments

Comments
 (0)