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