From 69f097eaf49d3cd3181a748eb884504baf42a219 Mon Sep 17 00:00:00 2001 From: Andrew Lilley Brinker Date: Mon, 19 Feb 2024 15:35:17 -0800 Subject: [PATCH] (cargo-release) version 0.5.0 --- gitoid/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitoid/Cargo.toml b/gitoid/Cargo.toml index 089b536..873b2f4 100644 --- a/gitoid/Cargo.toml +++ b/gitoid/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" name = "gitoid" readme = "../README.md" repository = "https://github.com/omnibor/omnibor-rs" -version = "0.4.0" +version = "0.5.0" [lib] crate-type = ["rlib", "cdylib"]