Versions in this module Expand all Collapse all v0 v0.5.1 Jul 11, 2026 v0.5.0 Jul 11, 2026 Changes in this version + func AssetName(version string) string + func CleanupOld() + func Newer(current, latest string) bool + func Parseable(v string) bool + func RecordCheck(latest string) + func ShouldCheck(maxAge time.Duration) bool + type Client struct + BaseURL string + HTTP *http.Client + func New() *Client + func (c *Client) Apply(ctx context.Context, version string) error + func (c *Client) ApplyTo(ctx context.Context, version, target string) error + func (c *Client) LatestVersion(ctx context.Context) (string, error)