mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-28 04:01:40 +00:00
document pre-amino pubkeys/addresses
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user