From b3e3575f846c6c56ce1ee26990ddfea5b06db3b6 Mon Sep 17 00:00:00 2001 From: "D. Scott Boggs" Date: Sat, 10 Jun 2023 13:28:00 -0400 Subject: [PATCH] bump version in cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4c6e7c6..afc29d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = [ ] [workspace.package] -version = "1.2.1" +version = "1.2.2" license = "MIT/Apache-2.0" authors = ["Aaron Power ", "Paul Woolcock ", "D. Scott Boggs "] edition = "2021"