pub(crate) fn try_infer_version(bins_dir: &Path) -> Option<Version>
Try to infer a version string by running <bins_dir>/greptime --version. Returns None if the binary cannot be executed or the output isn’t parseable.
<bins_dir>/greptime --version
None