Merge pull request #447: Initial Application Skeleton Structure

This commit is contained in:
Aleksandr Bezobchuk
2018-07-19 17:16:53 -04:00
parent 07e7568d62
commit e5e3d48a6d
10 changed files with 149 additions and 16 deletions
+10
View File
@@ -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 = ""