Version bump
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful

This commit is contained in:
Blizzard Finnegan 2023-06-29 10:04:47 -04:00
parent b27da2155e
commit 04e79dca2b
Signed by: blizzardfinnegan
GPG key ID: 61C1E13067E0018E
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -618,7 +618,7 @@ dependencies = [
[[package]] [[package]]
name = "seymour_life" name = "seymour_life"
version = "2.3.2" version = "2.3.3"
dependencies = [ dependencies = [
"chrono", "chrono",
"clap", "clap",

View file

@ -3,7 +3,7 @@
[package] [package]
name = "seymour_life" name = "seymour_life"
version = "2.3.2" version = "2.3.3"
edition = "2021" edition = "2021"
#This feature is currently limited to nightly versions of cargo. #This feature is currently limited to nightly versions of cargo.
#forced-target="aarch64-unknown-linux-musl" #forced-target="aarch64-unknown-linux-musl"

View file

@ -25,7 +25,7 @@ struct Args{
} }
const VERSION:&str="2.3.2"; const VERSION:&str="2.3.3";
const DEBUG_ITERATION_COUNT:u64=50000; const DEBUG_ITERATION_COUNT:u64=50000;
fn int_input_filtering(prompt:Option<&str>) -> u64{ fn int_input_filtering(prompt:Option<&str>) -> u64{