version

package
v0.25.9 Latest Latest
Warning

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

Go to latest
Published: Jun 16, 2026 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Version = "dev"
	Commit  = "unknown"
	Date    = "unknown"

	// AssetTemplate is the GitHub release asset filename pattern for the
	// running platform. The literal "{V}" is replaced with the new version
	// string (with the "v" prefix, e.g., "v0.13.5") at update-check time.
	//
	// Examples baked in by the build workflow:
	//   thefeed-client-{V}-linux-amd64
	//   thefeed-client-{V}-windows-amd64.exe
	//   thefeed-client-android-arm64        (no version — Android client)
	//
	// The Android-APK case is detected at runtime in internal/update and
	// overrides this with thefeed-android-{V}-{abi}.apk because the same
	// client binary ships both inside the APK and as a Termux download.
	AssetTemplate = ""
)

Set via ldflags at build time.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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