file_monitoring/config/version.go

8 lines
194 B
Go

package config
// The git commit that was compiled. This will be filled in by the compiler.
var GitCommit string
// The main version number that is being run at the moment.
const Version = ""