From 802e70e1e372ceef15ec95f4e6fac009bc856ec8 Mon Sep 17 00:00:00 2001 From: ameknite Date: Sat, 15 Jun 2024 03:24:17 +0000 Subject: [PATCH] Bump version: 0.2.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 777b8d3..0266f75 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rust-ci-cd-template" # todo!("Change name") description = "A rust ci/cd template for github" # todo!("Change description") -version = "0.2.0" +version = "0.2.1" edition = "2021" license = "CC0-1.0 OR MIT OR Apache-2.0" # todo!("Change licenses") repository = "https://github.com/ameknite/rust-ci-cd-template" # todo!("Change repository")