Skip to content

Commit 8b5ef34

Browse files
authored
add beta4 to selectable compilers in playground (#702)
1 parent b26e4d0 commit 8b5ef34

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-beta.1", "v11.0.0-alpha.5"]
52+
let experimentalVersions = ["v11.0.0-beta.4", "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)