Skip to content

Commit

Permalink
Merge pull request #26 from MinterTeam/dev
Browse files Browse the repository at this point in the history
release 0.0.2
  • Loading branch information
danil-lashin authored Jun 13, 2018
2 parents 93fb051 + 947ca4d commit 9051dfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ package version
const (
Maj = "0"
Min = "0"
Fix = "1"
Fix = "2"
)

var (
// Version is the current version of Tendermint
// Must be a string because scripts like dist.sh read this file.
Version = "0.0.1"
Version = "0.0.2"

// GitCommit is the current HEAD set using ldflags.
GitCommit string
Expand Down

0 comments on commit 9051dfc

Please sign in to comment.