Skip to content

Commit

Permalink
Merge pull request #13 from programokey/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
programokey authored Aug 1, 2018
2 parents 21e0edf + 5b4cd69 commit 48446f7
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 48446f7

Please sign in to comment.