From 87fb1cb463e464811702bd9bbf88213008b19910 Mon Sep 17 00:00:00 2001 From: Red Bear OS Date: Sat, 11 Jul 2026 11:22:32 +0300 Subject: [PATCH] 0.3.1: bump version suffix to +rb0.3.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ded6491a9c..d8b73bfde3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "redox_installer" -version = "0.2.42+rb0.3.0" +version = "0.2.42+rb0.3.1" description = "A Redox filesystem builder" license = "MIT" authors = ["Jeremy Soller ", "vasilito "]