version.ml
stog
stog.base
stog.main
stog.ocaml_session_main
1 2 3 let number () = match Build_info.V1.version () with | None -> "dev" | Some v -> Build_info.V1.Version.to_string v
1 2 3
let number () = match Build_info.V1.version () with | None -> "dev" | Some v -> Build_info.V1.Version.to_string v