forked from cerc-io/laconicd-deprecated
Merge pull request #447: Initial Application Skeleton Structure
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
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 = ""
|
||||
Reference in New Issue
Block a user