From 71addc0766626dca44f5be3d771b204f6ed1fc3d Mon Sep 17 00:00:00 2001 From: Andrew Chin Date: Sun, 29 Oct 2023 12:16:52 -0400 Subject: [PATCH] Release 0.16.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f2ef8f9..d8745d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ members = [ ] [workspace.package] -version = "0.16.0-RC1" +version = "0.16.0" authors = ["Andrew Chin "] repository = "https://github.com/eminence/procfs" keywords = ["procfs", "proc", "linux", "process"]