summaryrefslogtreecommitdiffstats
path: root/internal/version.go
blob: 937c7366e3c0000d8b7cd351082698dad8be5043 (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.2.0", "v1.2.0", "a0a65af0260b9821e4d72692b9c8fda545b6aeca")