From 8a80a887e16e667bd352642057b423cd902da4f9 Mon Sep 17 00:00:00 2001 From: Echo Date: Sun, 3 May 2026 03:11:52 +0000 Subject: [PATCH] fix: correct Cargo.toml version to 0.3.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0993fdd..fe8b888 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "linux-patch-api" -version = "0.3.2" +version = "0.3.4" edition = "2021" authors = ["Echo "] description = "Secure remote package management API for Linux systems"