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 dc4f345 commit 92ba493Copy full SHA for 92ba493
mithril-test-lab/mithril-end-to-end/src/main.rs
@@ -70,7 +70,7 @@ pub struct Args {
70
cardano_epoch_length: f64,
71
72
/// Cardano node version, must be a valid semver version
73
- #[clap(long, default_value = "10.5.1")]
+ #[clap(long, default_value = "10.6.1")]
74
cardano_node_version: semver::Version,
75
76
/// Epoch at which hard fork to the latest Cardano era will be made (starts with the latest era by default)
0 commit comments