Skip to content

Commit 92ba493

Browse files
committed
chore(e2e): bump Cardano node to version '10.6.1'
1 parent dc4f345 commit 92ba493

File tree

1 file changed

+1
-1
lines changed
  • mithril-test-lab/mithril-end-to-end/src

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ pub struct Args {
7070
cardano_epoch_length: f64,
7171

7272
/// Cardano node version, must be a valid semver version
73-
#[clap(long, default_value = "10.5.1")]
73+
#[clap(long, default_value = "10.6.1")]
7474
cardano_node_version: semver::Version,
7575

7676
/// 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)