Browse Source

version

pull/1599/head
Ethan Buchman 6 years ago
parent
commit
87cefb724d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      version/version.go

+ 1
- 1
version/version.go 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.19.5-dev"
Version = "0.19.5"
// GitCommit is the current HEAD set using ldflags.
GitCommit string


Loading…
Cancel
Save