2017-12-19 13:16:39 +01:00

8 lines
216 B
Go

package version
// GetDefaultVersion returns the current libbeat version.
// This method is in a separate file as the version.go file is auto generated
func GetDefaultVersion() string {
return defaultBeatVersion
}