Skip to content

Commit

Permalink
bump 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rvantonder committed May 21, 2021
1 parent d042092 commit e2cde9e
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 @@ -299,7 +299,7 @@ let parse_comby_dot_file () =

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

0 comments on commit e2cde9e

Please sign in to comment.