From 5767fd4c2ec1785d854dd0861c37982b5a64f194 Mon Sep 17 00:00:00 2001 From: tj327 Date: Tue, 14 Nov 2023 11:37:18 -0500 Subject: [PATCH] update interx version --- RELEASE.md | 3 ++- config/constants.go | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 2443cb7..2f1a3d9 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,4 +1,5 @@ Features: -* Fix minor issues for QueryTransactions endpoint +* Implement QueryUndelegations endpoint +* Bump sekai version to v0.3.36 \ No newline at end of file diff --git a/config/constants.go b/config/constants.go index 86531e4..68b343d 100755 --- a/config/constants.go +++ b/config/constants.go @@ -1,7 +1,7 @@ package config const ( - InterxVersion = "v0.4.40" + InterxVersion = "v0.4.41" SekaiVersion = "v0.3.36" CosmosVersion = "v0.47.5"