Source file cascade_info.ml

1
2
3
4
5
6
7
let version =
  match Project_version.env with
  | "dev" -> (
      match Build_info.V1.version () with
      | Some v -> Build_info.V1.Version.to_string v
      | None -> "dev")
  | v -> v