mirror of
https://github.com/Icinga/icingabeat.git
synced 2025-08-15 14:58:08 +02:00
8 lines
216 B
Go
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
|
|
}
|