Skip to content

Commit 1aad8e8

Browse files
committed
chore: update Cardano node to '10.2.1' in devnet
1 parent c9133cf commit 1aad8e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mithril-test-lab/mithril-devnet/mkfiles/mkfiles-init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ esac
99

1010
# Cardano node version
1111
if [ -z "${CARDANO_NODE_VERSION}" ]; then
12-
CARDANO_NODE_VERSION="10.1.4"
12+
CARDANO_NODE_VERSION="10.2.1"
1313
fi
1414
if [ -z "${CARDANO_NODE_VERSION_RELEASE}" ]; then
1515
CARDANO_NODE_VERSION_RELEASE=$(echo "${CARDANO_NODE_VERSION}" | cut -d'-' -f1)

0 commit comments

Comments
 (0)