Skip to content

Commit 02c7a19

Browse files
committed
search: bump comby 1.8.1
1 parent 3d8f68f commit 02c7a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ let parse_comby_dot_file () =
304304

305305
let () =
306306
If_hack_parallel.check_entry_point ();
307-
Command.run default_command ~version:"1.8.0" ~extend:(fun _ ->
307+
Command.run default_command ~version:"1.8.1" ~extend:(fun _ ->
308308
match Sys.file_exists ".comby" with
309309
| `Yes -> parse_comby_dot_file ()
310310
| _ -> [])

0 commit comments

Comments
 (0)