diff --git a/version/version.go b/version/version.go index 6ba0dcb42..f9faedf04 100644 --- a/version/version.go +++ b/version/version.go @@ -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