From 9c34a28146d3f6bcae0887c9ec23a9beaa9e25a8 Mon Sep 17 00:00:00 2001 From: "Matthew D. Steele" Date: Mon, 23 Oct 2023 21:00:20 -0400 Subject: [PATCH] Bump version number to 0.9.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 025f161..e442996 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cfb" -version = "0.8.1" +version = "0.9.0" authors = ["Matthew D. Steele "] description = "Read/write Compound File Binary (structured storage) files" repository = "https://github.com/mdsteele/rust-cfb"