Versions in this module Expand all Collapse all v0 v0.0.2 Sep 23, 2024 v0.0.1 Jul 18, 2024 Changes in this version + var RegexVersionNumber = regexp.MustCompile(`(?m)[v\s](\d+\.\d+\.\d+)`) + func ExtractInstalledVersion(tool types.Tool, basePath string) (string, error)