version

package
v0.1.0-alpha.1 Latest Latest
Warning

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

Go to latest
Published: Jan 15, 2026 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// Version is the semantic version (e.g., "v1.0.0" or "dev")
	Version = "dev"

	// GitCommit is the git commit hash
	GitCommit = "unknown"

	// GitBranch is the git branch name
	GitBranch = "unknown"

	// BuildDate is the build timestamp
	BuildDate = "unknown"
)

These variables are set at build time via ldflags:

go build -ldflags "-X github.com/Overclock-Validator/mithril/pkg/version.Version=v1.0.0
                   -X github.com/Overclock-Validator/mithril/pkg/version.GitCommit=abc123
                   -X github.com/Overclock-Validator/mithril/pkg/version.BuildDate=2025-01-01"

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