From 37accb8a0fc2884e08b4844f0b0249f9aacb3311 Mon Sep 17 00:00:00 2001 From: Blizzard Finnegan Date: Fri, 9 Jun 2023 11:04:20 -0400 Subject: [PATCH] Version bump --- Cargo.toml | 2 +- src/main.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a3d19cf..2d938e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 diff --git a/src/main.rs b/src/main.rs index a14d367..76263ca 100755 --- a/src/main.rs +++ b/src/main.rs @@ -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(">>>");