12 lines
153 B
Go
12 lines
153 B
Go
//nolint
|
|
package version
|
|
|
|
const Maj = "0"
|
|
const Min = "21"
|
|
const Fix = "1"
|
|
|
|
const Version = "0.21.1"
|
|
|
|
// GitCommit set by build flags
|
|
var GitCommit = ""
|