From 637c2bfe367eb891c906f39d7f2ffc764772749e Mon Sep 17 00:00:00 2001 From: MattJackson <1085847+MattJackson@users.noreply.github.com> Date: Wed, 13 May 2026 19:59:07 -0700 Subject: [PATCH] v0.20.10: bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fb73ae5..d5fb09a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libfreemkv" -version = "0.20.9" +version = "0.20.10" edition = "2024" rust-version = "1.86" license = "AGPL-3.0-only"