Skip to content

Commit

Permalink
add release version for basket module and spending module updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kiragpg committed Nov 17, 2023
1 parent 8264098 commit 1d67308
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Features:

- Resolve claim undelegation issue
- Basket module enhancement for #441 #590 #591 #592 #594
- Spending module enhancement for #597
2 changes: 1 addition & 1 deletion types/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ package types
const (
// we set page iteration limit for safety
PageIterationLimit = 512
SekaiVersion = "v0.3.36"
SekaiVersion = "v0.3.37"
CosmosVersion = "v0.47.5"
)

0 comments on commit 1d67308

Please sign in to comment.