Skip to content

Commit

Permalink
update version to v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lianxiangcloud committed Oct 29, 2019
1 parent 6837d59 commit a090924
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const (

var (
// Version is the current version.
Version = "0.1.1"
Version = "0.1.2"

// GitCommit is the current HEAD set using ldflags.
GitCommit string
Expand Down
2 changes: 1 addition & 1 deletion wallet/wallet/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package wallet

const (
// WalletVersion define curr wallet version
WalletVersion = "0.1.1"
WalletVersion = "0.1.2"
)

0 comments on commit a090924

Please sign in to comment.