From 5e1d0c27c66a5e41a56732d5eac2294df334769e Mon Sep 17 00:00:00 2001 From: James Andariese Date: Wed, 24 Jul 2024 17:22:57 -0500 Subject: [PATCH] update version to 0.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0d905e4..3c049f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "putex" -version = "0.2.0" +version = "0.3.0" edition = "2021" license = "Apache-2.0" repository = "https://git.strudelline.net/james/putex.git"