From b8d82cad6b332b8e0d8f542b083ec1d043246b73 Mon Sep 17 00:00:00 2001 From: zyl Date: Mon, 9 Dec 2024 22:46:56 -0800 Subject: [PATCH] undo version change --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a3aaf05..3df694b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ license = "WTFPL" name = "pupdate" readme = "README.md" repository = "https://github.com/zyllian/pupdate" -version = "0.3.0" +version = "0.2.0" [dependencies] clap = {version = "4", features = ["derive"]}