From 7315c9fd8419b72a5318ca51134c8eb88be0fbb1 Mon Sep 17 00:00:00 2001 From: Scott Hutton Date: Fri, 17 Nov 2023 08:47:51 -0800 Subject: [PATCH] Bump version to 0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4f6c90b..c6d5d39 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ homepage = "https://github.com/Cisco-Talos/clamav-async-rs" license = "GPL-2.0" name = "clamav-async" repository = "https://github.com/Cisco-Talos/clamav-async-rs" -version = "0.1.0" +version = "0.2.0" keywords = ["antivirus", "async", "clamav"] [features]