From 321be3f7fa4cf8cee6f660a0fbd47b362964fcfe Mon Sep 17 00:00:00 2001 From: Kurt Lawrence Date: Tue, 2 Jul 2024 12:54:30 +1000 Subject: [PATCH] chore: bump patch version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2aead98..1fc2659 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "guid-create" -version = "0.4.0" +version = "0.4.1" authors = ["kurt "] description = "Rust helper for creating GUIDs" repository = "https://github.com/kurtlawrence/guid-create"