//nolint
package version
const Maj = "0"
const Min = "24"
const Fix = "2"
const Version = "0.24.2"
// GitCommit set by build flags
var GitCommit = ""