document pre-amino pubkeys/addresses

This commit is contained in:
Ethan Buchman
2018-04-26 20:35:04 -04:00
parent 389a6ffa16
commit d48a6f930d
6 changed files with 268 additions and 9 deletions

View File

@ -1,8 +1,11 @@
package version
const Maj = "0"
const Min = "19"
const Fix = "0"
// Version components
const (
Maj = "0"
Min = "19"
Fix = "0"
)
var (
// Version is the current version of Tendermint