Skip to content

Commit 8651dad

Browse files
committed
chore: bump memtrack version
1 parent 424f4d1 commit 8651dad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/executor/memory/executor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ use tempfile::NamedTempFile;
2727
use tokio::time::{Duration, timeout};
2828

2929
const MEMTRACK_COMMAND: &str = "codspeed-memtrack";
30-
const MEMTRACK_CODSPEED_VERSION: &str = "1.2.2";
30+
const MEMTRACK_CODSPEED_VERSION: &str = "1.2.3";
3131

3232
pub struct MemoryExecutor;
3333

0 commit comments

Comments
 (0)