Skip to content

Commit b96a47e

Browse files
committed
chore: bump exec-harness version
1 parent 4c06061 commit b96a47e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/executor/orchestrator.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ use std::collections::BTreeMap;
1919
use std::path::{Path, PathBuf};
2020

2121
pub const EXEC_HARNESS_COMMAND: &str = "exec-harness";
22-
pub const EXEC_HARNESS_VERSION: &str = "1.2.0";
22+
pub const EXEC_HARNESS_VERSION: &str = "1.3.0";
2323

2424
/// Shared orchestration state created once per CLI invocation.
2525
///

0 commit comments

Comments
 (0)