From 2e7893debee6c110c4f3debd6714534f6b391dd8 Mon Sep 17 00:00:00 2001 From: Talal Ashraf Date: Thu, 30 May 2024 14:52:35 -0400 Subject: [PATCH] chore(infra): bump version to v0.10.5 (#324) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 00267cb0..788e1c0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tofnd" -version = "0.10.4" +version = "0.10.5" authors = ["Gus Gutoski ", "Stelios Daveas "] edition = "2018" license = "MIT OR Apache-2.0"