diff --git a/Cargo.lock b/Cargo.lock index 45ef427..b91d292 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -618,7 +618,7 @@ dependencies = [ [[package]] name = "seymour_life" -version = "2.3.2" +version = "2.3.3" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index b54fcb6..02a5089 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "seymour_life" -version = "2.3.2" +version = "2.3.3" edition = "2021" #This feature is currently limited to nightly versions of cargo. #forced-target="aarch64-unknown-linux-musl" diff --git a/src/main.rs b/src/main.rs index 61b49c1..2b5522a 100755 --- a/src/main.rs +++ b/src/main.rs @@ -25,7 +25,7 @@ struct Args{ } -const VERSION:&str="2.3.2"; +const VERSION:&str="2.3.3"; const DEBUG_ITERATION_COUNT:u64=50000; fn int_input_filtering(prompt:Option<&str>) -> u64{