Versions in this module Expand all Collapse all v0 v0.1.0 Feb 3, 2022 Changes in this version + type Semver struct + Major uint64 + Minor uint64 + Patch uint64 + Prerelease string + func Bump(sv Semver, fragment string) Semver + func Parse(version string) (Semver, error) + func (s Semver) Print() string