mirror of
https://github.com/Icinga/icingadb.git
synced 2026-02-03 20:40:34 -05:00
10 lines
300 B
Go
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.2.0", "$Format:%(describe)$", "$Format:%H$")
|