cosmos-sdk/version/version.go
Christopher Goes 8989af2a58 Update version
2018-07-19 21:15:52 +02:00

12 lines
153 B
Go

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