From 42dc360d161a863fd3256c9909e91272635356ff Mon Sep 17 00:00:00 2001 From: "Luke D. Jones" Date: Mon, 25 Jul 2022 12:43:17 +1200 Subject: [PATCH] Bump daemon version --- daemon/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/Cargo.toml b/daemon/Cargo.toml index 7845adad..9908fd1b 100644 --- a/daemon/Cargo.toml +++ b/daemon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "daemon" -version = "4.3.0" +version = "4.3.1" license = "MPL-2.0" readme = "README.md" authors = ["Luke "]