From 4d9bcf75eb1eb2c4a3c47d8308dd10c2a8581972 Mon Sep 17 00:00:00 2001 From: Schneems Date: Tue, 25 Jun 2024 17:57:26 -0500 Subject: [PATCH] v0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4204fed..814cdca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fun_run" -version = "0.1.3" +version = "0.2.0" edition = "2021" license = "MIT" description = "The fun way to run your Rust Comand"