From 7562170c2fe46d0af4a7f648001924b171c46b8f Mon Sep 17 00:00:00 2001 From: Brian Caswell Date: Fri, 26 May 2023 14:05:05 -0400 Subject: [PATCH] bump version to 0.11.3 (#317) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 67862ad..715581d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -61,7 +61,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "avml" -version = "0.11.2" +version = "0.11.3" dependencies = [ "async-channel", "atty", diff --git a/Cargo.toml b/Cargo.toml index 956c66a..a7f5189 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "avml" -version = "0.11.2" +version = "0.11.3" license = "MIT" description = "A portable volatile memory acquisition tool" authors = ["avml@microsoft.com"]