From f413b0e15ac1b5dd7bece0602d141f66c5c13103 Mon Sep 17 00:00:00 2001 From: ThomasLaPiana Date: Tue, 2 Jan 2024 04:19:39 +0800 Subject: [PATCH] chore: Release rox-cli version 0.8.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4258f16..b406643 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.7.0" +version = "0.8.0" edition = "2021" repository = "https://github.com/ThomasLaPiana/rox" license = "MIT OR Apache-2.0"