Documentation
¶
Overview ¶
Package version provides version information for the application.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Version = "dev" Commit = "none" Date = "unknown" )
Version information - injected by GoReleaser via ldflags during builds Default values are used for development builds (go run, go build)
Functions ¶
func GetFullVersion ¶
func GetFullVersion() string
GetFullVersion returns version with build information Format: "v0.1.0-beta.1 (commit: abc123, built: 2024-12-27T10:30:00Z)"
func GetVersion ¶
func GetVersion() string
GetVersion returns the version string Returns "dev" for development builds, or the actual version (e.g., "v0.1.0-beta.1") for releases
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.