cli: Bump to 0.12.0

This commit is contained in:
Lorenz Leutgeb 2024-11-29 16:18:26 +01:00
parent 1fa1cafee9
commit b4f18f43d3
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]]
name = "radicle-cli"
version = "0.11.0"
version = "0.12.0"
dependencies = [
"anyhow",
"chrono",

View File

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