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