Version bump
This commit is contained in:
parent
a235a84dad
commit
37accb8a0f
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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(">>>");
|
||||
|
|
Loading…
Add table
Reference in a new issue