From e05d9742f77e78fedabdf0af0a6db001ffd53593 Mon Sep 17 00:00:00 2001 From: evalir Date: Wed, 2 Jul 2025 00:30:47 +0200 Subject: [PATCH] chore: v0.6.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 019ab0e..89a5e4f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ name = "init4-bin-base" description = "Internal utilities for binaries produced by the init4 team" keywords = ["init4", "bin", "base"] -version = "0.5.0" +version = "0.6.0" edition = "2021" rust-version = "1.81" authors = ["init4", "James Prestwich"]