From 96d435936de829dbe2f701830532bc5a1865a3d6 Mon Sep 17 00:00:00 2001 From: vasilito Date: Mon, 6 Jul 2026 19:47:38 +0300 Subject: [PATCH] 0.3.0: bump version suffix to +rb0.3.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ea43c12ea6..208dfd5863 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "redoxfs" description = "The Redox Filesystem" repository = "https://gitlab.redox-os.org/redox-os/redoxfs" -version = "0.9.1+rb0.2.5" +version = "0.9.1+rb0.3.0" license-file = "LICENSE" readme = "README.md" authors = ["Jeremy Soller ", "vasilito "]