version

package
v0.31.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 20, 2026 License: MIT Imports: 8 Imported by: 0

Documentation

Overview

internal/version/version.go

Index

Constants

This section is empty.

Variables

View Source
var (
	Version   = "dev"
	CommitSHA = "unknown"
)

Functions

This section is empty.

Types

type UpdateCache added in v0.3.0

type UpdateCache struct {
	LatestVersion string    `json:"latest_version"`
	CheckedAt     time.Time `json:"checked_at"`
}

type UpdateResult added in v0.3.0

type UpdateResult struct {
	LatestVersion  string
	CurrentVersion string
}

func CheckForUpdate added in v0.3.0

func CheckForUpdate(cacheDir string) *UpdateResult

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL