Skip to content

Commit

Permalink
bump version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rvantonder committed Apr 25, 2021
1 parent 71858fd commit 027a411
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 @@ -293,7 +293,7 @@ let parse_comby_dot_file () =

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

0 comments on commit 027a411

Please sign in to comment.