From 5125888dcbb9d348fa7b6d4f02dc176cddd4915c Mon Sep 17 00:00:00 2001 From: Andrew Lilley Brinker Date: Thu, 22 Feb 2024 10:36:19 -0800 Subject: [PATCH] (cargo-release) version 0.5.1 --- gitoid/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitoid/Cargo.toml b/gitoid/Cargo.toml index 873b2f4..bc5d4a8 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.5.0" +version = "0.5.1" [lib] crate-type = ["rlib", "cdylib"]