From fc5d849547a6ec476c3eea7a958106e89b5a2683 Mon Sep 17 00:00:00 2001 From: Github Action Date: Thu, 4 Jul 2024 18:35:16 +0200 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 c4cfbc7a57a..8e9357105d6 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ export WALLET_DB=`pwd`/wallet-db # set the node tag and wallet tag to compatible versions export NODE_TAG=8.9.4 -export WALLET_TAG=2024.5.5 +export WALLET_TAG=2024.7.4 # set a port for the wallet server export WALLET_PORT=8090