Skip to content

Commit

Permalink
bump 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rvantonder committed May 20, 2022
1 parent 7ba3388 commit 603d38f
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 @@ -301,7 +301,7 @@ let parse_comby_dot_file () =

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

0 comments on commit 603d38f

Please sign in to comment.