Version bump
All checks were successful
Basic Cargo Checks / docker-build (push) Successful in 31s
Basic Cargo Checks / docker-check (push) Successful in 2m31s

This commit is contained in:
Blizzard Finnegan 2023-06-09 11:04:20 -04:00
parent a235a84dad
commit 37accb8a0f
Signed by: blizzardfinnegan
GPG key ID: 61C1E13067E0018E
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
[package]
name = "seymour_poc_rust"
version = "2.1.0"
version = "2.1.1"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View file

@ -15,7 +15,7 @@ struct Args{
debug:bool
}
const VERSION:&str="2.1.0";
const VERSION:&str="2.1.1";
fn int_input_filtering(prompt:Option<&str>) -> u64{
let internal_prompt = prompt.unwrap_or(">>>");