Skip to content

Commit 0fae170

Browse files
committed
chore: update default devnet and e2e test Cardano node version to '9.1.0'
1 parent 003cdc6 commit 0fae170

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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="9.0.0"
12+
CARDANO_NODE_VERSION="9.1.0"
1313
fi
1414
if [ -z "${CARDANO_NODE_VERSION_RELEASE}" ]; then
1515
CARDANO_NODE_VERSION_RELEASE=$(echo ${CARDANO_NODE_VERSION} | cut -d'-' -f1)

mithril-test-lab/mithril-end-to-end/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ pub struct Args {
5757
cardano_epoch_length: f64,
5858

5959
/// Cardano node version
60-
#[clap(long, default_value = "9.0.0")]
60+
#[clap(long, default_value = "9.1.0")]
6161
cardano_node_version: String,
6262

6363
/// Epoch at which hard fork to the latest Cardano era will be made (starts with the latest era by default)

0 commit comments

Comments
 (0)