summaryrefslogtreecommitdiffstats
path: root/internal/version.go
blob: 1b7adfb3d8ee7bb8769d279a850b8a0abccc95c1 (plain)
1
2
3
4
5
6
7
8
9
10
package internal

import (
	"github.com/icinga/icingadb/pkg/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.1.1", "v1.1.1", "6c8b52f2033cd94466863c92d3df632e3c87743c")