icingadb/internal/version.go

11 lines
300 B
Go
Raw Permalink Normal View History

2021-08-05 07:07:59 -04:00
package internal
import (
2024-05-22 05:47:44 -04:00
"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.
2024-04-09 10:55:05 -04:00
var Version = version.Version("1.2.0", "$Format:%(describe)$", "$Format:%H$")