version

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jan 6, 2026 License: MIT Imports: 1 Imported by: 0

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.

Jump to

Keyboard shortcuts

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