Documentation
¶
Index ¶
Constants ¶
View Source
const ( Maj = "0" Min = "19" Fix = "1" )
Version components
View Source
const ( // TMCoreSemVer is the current version of contract. // It's the Semantic Version of the software. // Must be a string because scripts like dist.sh read this file. // XXX: Don't change the name of this variable or you will break // automation :) TMCoreSemVer = "2.2.1" )
Variables ¶
View Source
var ( // GitCommit is the current HEAD set using ldflags. GitCommit string // Version is the built softwares version. Version = TMCoreSemVer )
View Source
var ( // BaseVersion is the current version of Tendermint // Must be a string because scripts like dist.sh read this file. BaseVersion = "0.19.1" )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.