From 3e7d2c4967e1333d0cf8f5f60ed598e4750ef21a Mon Sep 17 00:00:00 2001 From: Thomas Date: Mon, 25 Sep 2023 03:14:21 +0800 Subject: [PATCH] chore: Release rox-cli version 0.3.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 41fbe19..007cc36 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "rox-cli" authors = ["Thomas La Piana"] description = "Composable build tool inspired by Make" -version = "0.3.5" +version = "0.3.6" edition = "2021" repository = "https://github.com/ThomasLaPiana/rox" license = "MIT OR Apache-2.0"