From 35368483a367d39bab0a457a73daa00d3e7f146b Mon Sep 17 00:00:00 2001 From: Chris Tam Date: Thu, 3 Nov 2022 12:19:10 -0400 Subject: [PATCH] Bump version to v0.4.0 (#4) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ef0b860..fd34db7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "btrfs-diskformat" -version = "0.3.0" +version = "0.4.0" authors = ["Christopher Tam "] edition = "2018" description = "An implementation of the BTRFS disk format."