We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d8f68f commit 02c7a19Copy full SHA for 02c7a19
1 file changed
src/main.ml
@@ -304,7 +304,7 @@ let parse_comby_dot_file () =
304
305
let () =
306
If_hack_parallel.check_entry_point ();
307
- Command.run default_command ~version:"1.8.0" ~extend:(fun _ ->
+ Command.run default_command ~version:"1.8.1" ~extend:(fun _ ->
308
match Sys.file_exists ".comby" with
309
| `Yes -> parse_comby_dot_file ()
310
| _ -> [])
0 commit comments