From 1c38daeb5177ca44e7a983f7f95ce80dc13f4436 Mon Sep 17 00:00:00 2001 From: Doloro1978 Date: Sat, 11 Jul 2026 14:36:01 +0100 Subject: [PATCH] bump: 0.3.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 ec1c9ff..23e2328 100644 --- a/crates/server/Cargo.toml +++ b/crates/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "server" -version = "0.2.0" +version = "0.3.0" edition = "2024" [target.x86_64-unknown-linux-gnu]