From 841d5844aa86dd4e9197e00c5228a9c3d689fe63 Mon Sep 17 00:00:00 2001 From: ameknite Date: Fri, 30 Aug 2024 21:15:15 +0000 Subject: [PATCH] [0.2.6]: Update Attributions --- Cargo.lock | 2 +- attribution/self.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5286ad0..665e4a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "rust-ci-cd-template" -version = "0.2.5" +version = "0.2.6" diff --git a/attribution/self.toml b/attribution/self.toml index 4b708f9..e801a1f 100644 --- a/attribution/self.toml +++ b/attribution/self.toml @@ -1,6 +1,6 @@ [self] name = "rust-ci-cd-template" -version = "0.2.5" +version = "0.2.6" description = "A rust ci/cd template for github" license = "CC0-1.0 OR MIT OR Apache-2.0" repository = "https://github.com/ameknite/rust-ci-cd-template"