From a44baaaf90b5529871b898327b19ef7e72371ec3 Mon Sep 17 00:00:00 2001 From: madonuko Date: Tue, 18 Jun 2024 00:13:02 +0800 Subject: [PATCH] chore: bump version to 0.1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 424cfa6..eca57fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "karen" summary = "Speak to the manager! Restart your current process with elevated privileges if needed." description = "Detect if you are running as root, restart self with sudo or any other wrapper if needed or setup uid zero when running with the SUID flag set." -version = "0.1.0" +version = "0.1.1" authors = [ "Stefan Schindler ", "Alexandria P",