From e70bb89c2f20673a57d92a628a031fbd89797c36 Mon Sep 17 00:00:00 2001 From: Github Action Date: Thu, 28 Mar 2024 20:00:53 +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 c579db94e51..63851acd421 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.1 -export WALLET_TAG=2024.3.27 +export WALLET_TAG=2024.3.28 # set a port for the wallet server export WALLET_PORT=8090