From 528dff7e8a529584da276a672bb502f00d8d7980 Mon Sep 17 00:00:00 2001 From: Doloro1978 Date: Mon, 6 Jul 2026 12:32:20 +0100 Subject: [PATCH] 0.2.0 --- crates/server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/server/Cargo.toml b/crates/server/Cargo.toml index 430292c..f90fbe0 100644 --- a/crates/server/Cargo.toml +++ b/crates/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "server" -version = "0.1.1" +version = "0.2.0" edition = "2024" [target.x86_64-unknown-linux-gnu]