From e4270094c102d257f7fd2470f4f671a6ccb4e864 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sun, 27 Aug 2023 00:23:11 +0200 Subject: [PATCH] Release churn-agent v0.1.0 --- crates/churn-agent/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/churn-agent/Cargo.toml b/crates/churn-agent/Cargo.toml index 9d58484..52657d4 100644 --- a/crates/churn-agent/Cargo.toml +++ b/crates/churn-agent/Cargo.toml @@ -3,7 +3,7 @@ name = "churn-agent" description.workspace = true authors.workspace = true license-file.workspace = true -version.workspace = true +version= "0.1.0" edition.workspace = true publish.workspace = true