type Version struct {
// Core represents the core version (eg: 1.9.0). Core string// Revision is the software revision, typically a Git commit SHA. Revision string// contains filtered or unexported fields
}
Version defines a detailed Hubble component version.
var (
// ServerVersion reports version information for Hubble server. ServerVersion Version// RelayVersion reports version information for Hubble Relay. RelayVersion Version
)