We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 003cdc6 commit 0fae170Copy full SHA for 0fae170
mithril-test-lab/mithril-devnet/mkfiles/mkfiles-init.sh
@@ -9,7 +9,7 @@ esac
9
10
# Cardano node version
11
if [ -z "${CARDANO_NODE_VERSION}" ]; then
12
- CARDANO_NODE_VERSION="9.0.0"
+ CARDANO_NODE_VERSION="9.1.0"
13
fi
14
if [ -z "${CARDANO_NODE_VERSION_RELEASE}" ]; then
15
CARDANO_NODE_VERSION_RELEASE=$(echo ${CARDANO_NODE_VERSION} | cut -d'-' -f1)
mithril-test-lab/mithril-end-to-end/src/main.rs
@@ -57,7 +57,7 @@ pub struct Args {
57
cardano_epoch_length: f64,
58
59
/// Cardano node version
60
- #[clap(long, default_value = "9.0.0")]
+ #[clap(long, default_value = "9.1.0")]
61
cardano_node_version: String,
62
63
/// Epoch at which hard fork to the latest Cardano era will be made (starts with the latest era by default)
0 commit comments