ocaml-opentelemetry/src/lib/version.mli
Simon Cruanes 6faf23899f
format
2026-03-06 12:02:01 -05:00

7 lines
240 B
OCaml

val version : string
(** Version of the library, e.g. ["0.12"]. ["dev"] if not built from a release
tag. *)
val git_hash : string
(** Full git commit hash at build time, e.g. ["b92159c1..."]. ["unknown"] if git
was unavailable. *)