Skip to content

Commit ab6529f

Browse files
committed
Only show ReScript 12 beta versions, not alpha
1 parent 440fc71 commit ab6529f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RescriptVersions.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module P = ClackPrompts
22

3-
let rescript12VersionRange = ">=12.0.0-alpha.5"
3+
let rescript12VersionRange = ">=12.0.0-beta.1"
44
let rescriptVersionRange = `11.x.x || ${rescript12VersionRange}`
55
let rescriptCoreVersionRange = ">=1.0.0"
66
let rescriptRewatchVersionRange = ">=12.0.0-alpha.15"

0 commit comments

Comments
 (0)