icingadb/internal/version.go
2025-06-17 12:57:56 +02:00

10 lines
300 B
Go

package internal
import (
"github.com/icinga/icinga-go-library/version"
)
// Version contains version and Git commit information.
//
// The placeholders are replaced on `git archive` using the `export-subst` attribute.
var Version = version.Version("1.4.0", "$Format:%(describe)$", "$Format:%H$")