From 289e59bbfa3fde12b84a7021d8d19c61f23e3a2d Mon Sep 17 00:00:00 2001 From: cloudhead Date: Mon, 2 Dec 2024 13:03:25 +0100 Subject: [PATCH] term: Bump version to 0.12.0 --- radicle-term/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radicle-term/Cargo.toml b/radicle-term/Cargo.toml index 20479035..ba73731f 100644 --- a/radicle-term/Cargo.toml +++ b/radicle-term/Cargo.toml @@ -4,7 +4,7 @@ description = "Terminal library used by the Radicle CLI" homepage = "https://radicle.xyz" repository = "https://app.radicle.xyz/seeds/seed.radicle.xyz/rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5" license = "MIT OR Apache-2.0" -version = "0.11.0" +version = "0.12.0" authors = ["cloudhead "] edition = "2021"