From f4cc78031b0fa3aed173d8b5202cfc89e51d5d55 Mon Sep 17 00:00:00 2001 From: zyl Date: Mon, 9 Dec 2024 22:44:49 -0800 Subject: [PATCH] update version number --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3df694b..a3aaf05 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.2.0" +version = "0.3.0" [dependencies] clap = {version = "4", features = ["derive"]}