From 9104a72d50e41e18f5de678b152ce4c61acdf35f Mon Sep 17 00:00:00 2001 From: Aleksandr Bezobchuk Date: Thu, 10 Dec 2020 10:12:09 -0500 Subject: [PATCH] x/bank: update atlas manifest (#8137) --- x/bank/atlas/atlas.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x/bank/atlas/atlas.toml b/x/bank/atlas/atlas.toml index f10863e30b8a..9639ffd40000 100644 --- a/x/bank/atlas/atlas.toml +++ b/x/bank/atlas/atlas.toml @@ -29,6 +29,6 @@ name = "alessio" [version] documentation = "https://raw.githubusercontent.com/cosmos/cosmos-sdk/master/x/bank/atlas/atlas-v0.39.1.md" -repo = "https://github.com/cosmos/cosmos-sdk/releases/tag/v0.39.1" +repo = "https://github.com/cosmos/cosmos-sdk/releases/tag/v0.39.2" sdk_compat = "v0.39.x" -version = "v0.39.1" +version = "v0.39.2"