From 69742181ddd0c6699786fb126acb299988e6efa5 Mon Sep 17 00:00:00 2001 From: spencerwooo Date: Sat, 7 Jan 2023 16:37:52 +0800 Subject: [PATCH] bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 45785b2..8f99e3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "clashrup" description = "Simple CLI to manage your systemd clash.service and config subscriptions on Linux." -version = "0.2.1" +version = "0.2.2" edition = "2021" readme = "README.md" license = "MIT"