From df3f32b29217cb1e6622aeb789c408bd8fca6d01 Mon Sep 17 00:00:00 2001 From: Github Action Date: Sat, 13 Jul 2024 20:00:45 +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 bb1ed10b347..57bbc046b43 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=9.0.0 -export WALLET_TAG=2024.7.7 +export WALLET_TAG=2024.7.13 # set a port for the wallet server export WALLET_PORT=8090