Version bump to differentiate from SAP version
This commit is contained in:
parent
9d5f7ae5be
commit
12eec25cb3
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ use clap::Parser;
|
|||
use crate::{serial::TTY, output_facade::{OutputFile, TestState}};
|
||||
|
||||
|
||||
const VERSION:&str = "5.0.0";
|
||||
const VERSION:&str = "5.0.1";
|
||||
const DEFAULT_ITERATIONS:u64 = 10;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue