From 456edc7a16c49c05dd28694f67f0b5cc74052ad5 Mon Sep 17 00:00:00 2001 From: Brian Caswell Date: Thu, 22 Jun 2023 10:28:38 -0400 Subject: [PATCH] prep 0.11.4 release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0cd859a..8853681 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -61,7 +61,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "avml" -version = "0.11.3" +version = "0.11.4" dependencies = [ "async-channel", "atty", diff --git a/Cargo.toml b/Cargo.toml index 421275c..bb2582f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "avml" -version = "0.11.3" +version = "0.11.4" license = "MIT" description = "A portable volatile memory acquisition tool" authors = ["avml@microsoft.com"]