cli: bump version to 0.12.1

This commit is contained in:
Fintan Halpenny 2024-12-03 16:27:17 +00:00 committed by cloudhead
parent 19bbdbca24
commit d9c76893a1
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1903,7 +1903,7 @@ dependencies = [
[[package]] [[package]]
name = "radicle-cli" name = "radicle-cli"
version = "0.12.0" version = "0.12.1"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"chrono", "chrono",

View File

@ -3,7 +3,7 @@ name = "radicle-cli"
description = "Radicle CLI" description = "Radicle CLI"
homepage = "https://radicle.xyz" homepage = "https://radicle.xyz"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
version = "0.12.0" version = "0.12.1"
authors = ["cloudhead <cloudhead@radicle.xyz>"] authors = ["cloudhead <cloudhead@radicle.xyz>"]
edition = "2021" edition = "2021"
build = "build.rs" build = "build.rs"