version

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Oct 21, 2025 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Version   = "dev"
	Commit    = "unknown"
	BuildTime = "unknown"
)

Version information - these will be set at build time via ldflags

View Source
var VersionCmd = &cobra.Command{
	Use:   "version",
	Short: "Display version information",
	Long: `Display version information including:
- Version number
- Git commit hash
- Build timestamp
- Go version used to build the binary
- Target platform (OS/Architecture)`,
	Run: runVersion,
}

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