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 ab72bff commit 1c56743Copy full SHA for 1c56743
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="10.1.2"
+ CARDANO_NODE_VERSION="10.1.3"
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
@@ -64,7 +64,7 @@ pub struct Args {
64
cardano_epoch_length: f64,
65
66
/// Cardano node version
67
- #[clap(long, default_value = "10.1.2")]
+ #[clap(long, default_value = "10.1.3")]
68
cardano_node_version: String,
69
70
/// Epoch at which hard fork to the latest Cardano era will be made (starts with the latest era by default)
0 commit comments