From 2919bf90f2ff1c3d1185878fb017df7728345691 Mon Sep 17 00:00:00 2001 From: ThomasLaPiana Date: Sun, 12 May 2024 23:47:19 +0800 Subject: [PATCH] chore: Release rox-cli version 0.8.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9d3cb0c..51064c8 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.8.1" +version = "0.8.2" edition = "2021" repository = "https://github.com/ThomasLaPiana/rox" license = "MIT OR Apache-2.0"