From 9a95afcdfa97877ace4b08b2771080dd0bbee9e4 Mon Sep 17 00:00:00 2001 From: Red Bear OS Date: Mon, 3 Aug 2026 12:16:34 +0300 Subject: [PATCH] release: label fork for Red Bear OS 0.3.2 Cat 2 fork version suffix +rb0.3.1 -> +rb0.3.2 to match the current release branch. Upstream base version is unchanged. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f0aadcd1da..2ec68c6129 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "redox_installer" -version = "0.2.42+rb0.3.1" +version = "0.2.42+rb0.3.2" description = "A Redox filesystem builder" license = "MIT" authors = ["Jeremy Soller ", "vasilito "]