From 090e1e415d3b0a423c96c518b296132c19332a48 Mon Sep 17 00:00:00 2001 From: Github Action Date: Sun, 7 Jul 2024 16:31:04 +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..a6e5311ebda 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.7 # set a port for the wallet server export WALLET_PORT=8090