From f7889225811084b5d113a930c57a87935d3e644d Mon Sep 17 00:00:00 2001 From: Richard Zak Date: Sat, 9 Sep 2023 16:36:07 -0400 Subject: [PATCH] feat: release v0.4.4 Signed-off-by: Richard Zak --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d644ebc..65e9df2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flagset" -version = "0.4.3" +version = "0.4.4" authors = ["Nathaniel McCallum "] edition = "2021" rust-version = "1.65"