Skip to content

Commit

Permalink
Merge pull request #78 from irisnet/develop
Browse files Browse the repository at this point in the history
Release/0.3.1
  • Loading branch information
wukongcheng authored Jul 31, 2018
2 parents f066f4e + 01b95c3 commit 8777f27
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 26 deletions.
50 changes: 27 additions & 23 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@

[[constraint]]
name = "github.com/cosmos/cosmos-sdk"
version = "v0.22.0"
version = "=v0.23.0-iris"
source = "https://github.com/irisnet/cosmos-sdk.git"


[[override]]
Expand All @@ -54,7 +55,7 @@

[[override]]
name = "github.com/tendermint/tendermint"
version = "=0.22.2"
version = "=v0.22.6"


[prune]
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
)

// Version - Iris Version
const Version = "0.3.0"
const Version = "0.3.1"

// VersionCmd - The version of gaia
var VersionCmd = &cobra.Command{
Expand Down

0 comments on commit 8777f27

Please sign in to comment.