version

package
v0.6.1 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2026 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package version holds build-time version information. Overridden at build time via ldflags:

go build -ldflags "-X github.com/ivangsm/jay/internal/version.Version=1.2.3 \
                   -X github.com/ivangsm/jay/internal/version.Commit=abc1234"

Index

Constants

This section is empty.

Variables

View Source
var (
	// Version is the semantic version of the service.
	Version = "0.5.2"
	// Commit is the short git SHA baked in at build time.
	Commit = "dev"
)

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