Versions in this module Expand all Collapse all v3 v3.1.0 Oct 31, 2024 Changes in this version + type Version struct + Major int + Minor int + func ParseVersion(v string) (Version, error) + func (v Version) Equal(major, minor int) bool + func (v Version) EqualOrGreater(major, minor int) bool + type VersionClassification int + const Version140 + const Version141 + const Version142OrGreater + const VersionUnknown + func DetectVersionClassification(v string) VersionClassification Other modules containing this package github.com/prebid/prebid-server github.com/prebid/prebid-server/v2