From 537ff477d54f62ea428620032372daec8a270218 Mon Sep 17 00:00:00 2001 From: VolodymyrBg Date: Tue, 25 Feb 2025 19:51:48 +0200 Subject: [PATCH] docs: update types/errors package documentation link to v0.52.0-beta.1 (#23749) --- types/errors/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/errors/README.md b/types/errors/README.md index e2ff4e4fd2..d341abfba1 100644 --- a/types/errors/README.md +++ b/types/errors/README.md @@ -6,4 +6,4 @@ this package is deprecated, users should use "cosmossdk.io/errors" instead. Errors is a package that was deprecated but still contains error types. These error types are meant to be used by the Cosmos SDK to define error types. It is recommended that modules define their own error types, even if it is a duplicate of errors in this package. This will allow developers to more easily debug module errors and separate them from Cosmos SDK errors. -For this package's documentation, please see the [go documentation](https://pkg.go.dev/github.com/cosmos/cosmos-sdk@v0.47.5/types/errors). +For this package's documentation, please see the [go documentation](https://pkg.go.dev/github.com/cosmos/cosmos-sdk@v0.50/types/errors).