From 85c53a2f8c6cb10d2d44ab045b3c5e4fb7155e7a Mon Sep 17 00:00:00 2001 From: Github Action Date: Sun, 5 May 2024 20:00:52 +0000 Subject: [PATCH] Update cardano-wallet version in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 002bf8ca0f6..3d4773facb0 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ export WALLET_DB=`pwd`/wallet-db # set the node tag and wallet tag to compatible versions export NODE_TAG=8.9.2 -export WALLET_TAG=2024.3.27 +export WALLET_TAG=2024.5.5 # set a port for the wallet server export WALLET_PORT=8090