From 9d801f7f46d1c023136cc830a591ec05c771b2d5 Mon Sep 17 00:00:00 2001 From: Adam Jensen Date: Tue, 14 Mar 2023 22:14:05 -0400 Subject: [PATCH] Start 0.1.7 development cycle --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 623ca9f..ef4d110 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "read-process-memory" edition = "2021" -version = "0.1.6" +version = "0.1.7-pre" authors = ["Ted Mielczarek "] license = "MIT" description = "Read memory from another process."