diff --git a/CHANGELOG.md b/CHANGELOG.md index 266c40567..0ef43b855 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ - [Rust](https://github.com/moonrepo/tools/blob/master/tools/rust/CHANGELOG.md) - [TOML schema](https://github.com/moonrepo/tools/blob/master/tools/internal-schema/CHANGELOG.md) -## Unreleased +## 0.41.5 #### 🚀 Updates diff --git a/Cargo.lock b/Cargo.lock index a0d0ad371..f1cefb109 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2287,7 +2287,7 @@ dependencies = [ [[package]] name = "proto_cli" -version = "0.41.4" +version = "0.41.5" dependencies = [ "anyhow", "async-trait", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 5283cd514..a4218f493 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proto_cli" -version = "0.41.4" +version = "0.41.5" edition = "2021" license = "MIT" description = "A multi-language version manager, a unified toolchain." diff --git a/version b/version index 2659f4c46..fc4d6cab9 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.41.4 +0.41.5