mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-11 22:37:11 +00:00
version bump
This commit is contained in:
parent
c9e11de2a7
commit
1ea43e513d
@ -2,11 +2,11 @@ package version
|
||||
|
||||
const Maj = "0"
|
||||
const Min = "10"
|
||||
const Fix = "2"
|
||||
const Fix = "3"
|
||||
|
||||
var (
|
||||
// The full version string
|
||||
Version = "0.10.2"
|
||||
Version = "0.10.3"
|
||||
|
||||
// GitCommit is set with --ldflags "-X main.gitCommit=$(git rev-parse HEAD)"
|
||||
GitCommit string
|
||||
|
Loading…
x
Reference in New Issue
Block a user