diff --git a/CHANGELOG.md b/CHANGELOG.md index cc89b8b5d..7c3488f07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ - [Rust](https://github.com/moonrepo/rust-plugin/blob/master/CHANGELOG.md) - [TOML schema](https://github.com/moonrepo/schema-plugin/blob/master/CHANGELOG.md) -## Unreleased +## 0.23.0 #### 💥 Breaking diff --git a/Cargo.lock b/Cargo.lock index 200d98f02..06f37636c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2301,7 +2301,7 @@ dependencies = [ [[package]] name = "proto_cli" -version = "0.22.2" +version = "0.23.0" dependencies = [ "chrono", "clap 4.4.8", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 044606cd3..3ef223f06 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proto_cli" -version = "0.22.2" +version = "0.23.0" edition = "2021" license = "MIT" description = "A multi-language version manager, a unified toolchain." diff --git a/version b/version index faa5fb265..ca222b7cf 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.22.2 +0.23.0