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