Skip to content

Commit

Permalink
release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danil-lashin committed Jun 13, 2018
1 parent 0e9a7d1 commit 947ca4d
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 947ca4d

Please sign in to comment.