Skip to content

Commit

Permalink
Bumped version to 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eeonevision committed May 21, 2018
1 parent 2b4063a commit a471181
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,12 +4,12 @@ package version
const (
Major = "1"
Minor = "2"
Fix = "2"
Fix = "3"
)

var (
// Version is the current version of Leadschain platform.
Version = "1.2.2"
Version = "1.2.3"

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

0 comments on commit a471181

Please sign in to comment.