11 lines
279 B
Go
11 lines
279 B
Go
package version
|
|
|
|
// Version contains the application semantic version.
|
|
//
|
|
// TODO: How do we want to version this being that an initial Ethermint has
|
|
// been developed?
|
|
const Version = "0.0.0"
|
|
|
|
// GitCommit contains the git SHA1 short hash set by build flags.
|
|
var GitCommit = ""
|