dev version

This commit is contained in:
Ethan Buchman 2018-07-10 10:12:55 -04:00
parent 5ff65274b8
commit 9d81a74429
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ const (
var (
// Version is the current version of Tendermint
// Must be a string because scripts like dist.sh read this file.
Version = "0.22.2"
Version = "0.22.2-dev"
// GitCommit is the current HEAD set using ldflags.
GitCommit string