From 6c8f2ba1a79d8928c6d0356538c3c10dc65a6021 Mon Sep 17 00:00:00 2001 From: Spenser Black Date: Mon, 28 Aug 2023 19:06:44 -0400 Subject: [PATCH] Bump patch --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0910a7b8..9e5f4153 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -421,7 +421,7 @@ dependencies = [ [[package]] name = "gengo" -version = "0.4.0" +version = "0.4.1" dependencies = [ "criterion", "git2", @@ -439,7 +439,7 @@ dependencies = [ [[package]] name = "gengo-bin" -version = "0.4.0" +version = "0.4.1" dependencies = [ "clap", "gengo", diff --git a/Cargo.toml b/Cargo.toml index 00b0c368..0d598e7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ resolver = "2" [workspace.package] description = "Get the language distribution stats of your repository" -version = "0.4.0" +version = "0.4.1" edition = "2021" repository = "https://github.com/spenserblack/gengo" readme = "README.md"