Skip to content

Commit

Permalink
bump 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rvantonder committed Jun 21, 2022
1 parent 4cea3dd commit 1e118e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ml
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ let parse_comby_dot_file () =

let () =
If_hack_parallel.check_entry_point ();
Command.run default_command ~version:"1.7.1" ~extend:(fun _ ->
Command.run default_command ~version:"1.8.0" ~extend:(fun _ ->
match Sys.file_exists ".comby" with
| `Yes -> parse_comby_dot_file ()
| _ -> [])

0 comments on commit 1e118e5

Please sign in to comment.