Skip to content

Commit 2655164

Browse files
chore: get correct cosmosver.Latest version (#4126) (#4136)
(cherry picked from commit 044cdfc) Co-authored-by: Julien Robert <julien@rbrt.fr>
1 parent 196fe3b commit 2655164

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ignite/pkg/cosmosver/cosmosver.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ var (
3232
StargateFortyFourVersion,
3333
StargateFortyFiveThreeVersion,
3434
StargateFortySevenTwoVersion,
35+
StargateFiftyVersion,
3536
}
3637

3738
// Latest is the latest known version of the Cosmos-SDK.

integration/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ env.Must(env.Exec("create a list with bool",
3434
step.Workdir(path),
3535
)),
3636
))
37-
env.EnsureAppIsSteady(path)
37+
env.EnsureSteady()
3838
```
3939

4040
- To check if the command returns an error, you can add the `envtest.ExecShouldError()` step:
@@ -47,5 +47,5 @@ env.Must(env.Exec("should prevent creating a list with duplicated fields",
4747
)),
4848
envtest.ExecShouldError(),
4949
))
50-
env.EnsureAppIsSteady(path)
50+
env.EnsureSteady()
5151
```

0 commit comments

Comments
 (0)