Skip to content

Commit

Permalink
Set version to 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
IagoAbal committed Apr 29, 2018
1 parent 6675062 commit 9b43993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eba.ml
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,6 @@ let cmd =
$ flag_all_lock_types $ flag_no_match_lock_exp $ flag_ignore_writes
$ check_uninit $ check_dlock $ check_uaf $ check_birq
$ files),
Term.info "eba" ~version:"0.1.0" ~doc ~man
Term.info "eba" ~version:"0.1" ~doc ~man

let () = match Term.eval cmd with `Error _ -> exit 1 | _ -> exit 0

0 comments on commit 9b43993

Please sign in to comment.