mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-22 07:06:14 +00:00
Change "make build" to set GitCommit variable
As described above.
This commit is contained in:
+1
-1
@@ -4,4 +4,4 @@ const Maj = "0"
|
||||
const Min = "10"
|
||||
const Fix = "0"
|
||||
|
||||
const Version = "0.10.0"
|
||||
const Version = Maj + "." + Min + "." + Fix
|
||||
|
||||
Reference in New Issue
Block a user