Versions in this module Expand all Collapse all v1 v1.0.0 Jan 11, 2025 Changes in this version + const DefaultVersionFile + func Write(v Version) error + func WriteToFile(v Version, filepath string) error + type Version struct + Major int + Minor int + Patch int + func Read() (Version, error) + func ReadFromFile(filepath string) (Version, error) + func (v *Version) Increment(level string) error + func (v Version) String() string