cosmos-sdk/version/version.go
Christopher Goes 02d52e4326 Hotfix/0.23.1: Tendermint 0.22.7 (#1844)
* Tendermint 0.22.7; bump patch version

* 0.23.0 -> 0.23.1; update CHANGELOG.md
2018-07-26 19:24:51 -04:00

12 lines
153 B
Go

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