Skip to content

Commit 8777f27

Browse files
authored
Merge pull request #78 from irisnet/develop
Release/0.3.1
2 parents f066f4e + 01b95c3 commit 8777f27

File tree

3 files changed

+31
-26
lines changed

3 files changed

+31
-26
lines changed

Gopkg.lock

Lines changed: 27 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828

2929
[[constraint]]
3030
name = "github.com/cosmos/cosmos-sdk"
31-
version = "v0.22.0"
31+
version = "=v0.23.0-iris"
32+
source = "https://github.com/irisnet/cosmos-sdk.git"
3233

3334

3435
[[override]]
@@ -54,7 +55,7 @@
5455

5556
[[override]]
5657
name = "github.com/tendermint/tendermint"
57-
version = "=0.22.2"
58+
version = "=v0.22.6"
5859

5960

6061
[prune]

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
)
99

1010
// Version - Iris Version
11-
const Version = "0.3.0"
11+
const Version = "0.3.1"
1212

1313
// VersionCmd - The version of gaia
1414
var VersionCmd = &cobra.Command{

0 commit comments

Comments
 (0)