From ac81c431b32be618035b0c30d9a764d10d02009a Mon Sep 17 00:00:00 2001 From: "Bryan D. Ashby" Date: Tue, 16 Jan 2024 13:30:02 -0700 Subject: [PATCH] Bump minor --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 18954e2..9a6c0df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "windows-service" -version = "0.6.1" +version = "0.6.2" description = "A crate that provides facilities for management and implementation of windows services" readme = "README.md" authors = ["Mullvad VPN"]