Versions in this module Expand all Collapse all v0 v0.1.0 Mar 25, 2026 Changes in this version + func NewMajorMinor(version string) *majmin + func NewSemVer(version string) *semver + type MajorMinorIfc interface + GetVersionMajor func() int + GetVersionMinor func() int + type SemVerIfc interface + GetVersionMajor func() int + GetVersionMinor func() int + GetVersionPatch func() int + type VersionIfc interface + Compare func(version VersionIfc) (int, error) + GetScheme func() string + GetVersion func() string