From 9865710b034e69ec292f3b8dcbd9f295261d9136 Mon Sep 17 00:00:00 2001 From: Nick Cipollo Date: Mon, 6 Jan 2025 22:22:36 -0500 Subject: [PATCH] preparing release 0.3.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index db880ad..c117664 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -781,7 +781,7 @@ dependencies = [ [[package]] name = "sheepit" -version = "0.3.1" +version = "0.3.2" dependencies = [ "clap", "clap_complete_command", diff --git a/Cargo.toml b/Cargo.toml index 58982ba..a2fe7cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "MIT" readme = "README.md" repository = "https://github.com/ncipollo/sheepit" -version = "0.3.1" +version = "0.3.2" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html