Skip to content

Commit

Permalink
fix: upgrade package names
Browse files Browse the repository at this point in the history
  • Loading branch information
Lockwarr committed Jul 12, 2024
1 parent 59dbe8c commit 5a548c4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/upgrades/v052/constants.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package v051
package v052

import (
store "cosmossdk.io/store/types"
Expand Down
2 changes: 1 addition & 1 deletion app/upgrades/v052/upgrades.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package v051
package v052

import (
"context"
Expand Down
2 changes: 1 addition & 1 deletion app/upgrades/v053/constants.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package v051
package v053

import (
store "cosmossdk.io/store/types"
Expand Down
2 changes: 1 addition & 1 deletion app/upgrades/v053/upgrades.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package v051
package v053

import (
"context"
Expand Down

0 comments on commit 5a548c4

Please sign in to comment.