Skip to content

Commit dc4f345

Browse files
committed
chore(devnet): bump Cardano node to version '10.6.1'
1 parent 7d75ce1 commit dc4f345

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.5.1"
12+
CARDANO_NODE_VERSION="10.6.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)