file_monitoring/config/version.go

8 lines
194 B
Go
Raw Normal View History

2022-08-07 20:49:02 +08:00
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 = ""