diff --git a/Cargo.lock b/Cargo.lock index 9dcfeac1d5..fc98dbd159 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1349,7 +1349,7 @@ dependencies = [ [[package]] name = "rtx-cli" -version = "1.14.1" +version = "1.14.2" dependencies = [ "base64", "build-time", diff --git a/Cargo.toml b/Cargo.toml index c93f4e3645..3e0cfa28f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rtx-cli" -version = "1.14.1" +version = "1.14.2" edition = "2021" description = "Polyglot runtime manager (asdf rust clone)" authors = ["Jeff Dickey (@jdxcode)"] diff --git a/README.md b/README.md index 4cd0a083a6..a4fd32b699 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Install rtx (other methods [here](#installation)): $ curl https://rtx.pub/rtx-latest-macos-arm64 > ~/bin/rtx $ chmod +x ~/bin/rtx $ rtx --version -rtx 1.14.1 +rtx 1.14.2 ``` Hook rtx into to your shell. This will automatically add `~/bin` to `PATH` if it isn't already. @@ -197,7 +197,7 @@ $ npx @jdxcode/rtx exec python@3.11 -- python some_script.py Download the latest release from [GitHub](https://github.com/jdxcode/rtx/releases). ```sh-session -$ curl https://github.com/jdxcode/rtx/releases/download/v1.14.1/rtx-v1.14.1-linux-x64 | tar -xJv +$ curl https://github.com/jdxcode/rtx/releases/download/v1.14.2/rtx-v1.14.2-linux-x64 | tar -xJv $ mv rtx/bin/rtx /usr/local/bin ``` diff --git a/packaging/rpm/rtx.spec b/packaging/rpm/rtx.spec index 9cbac66e2c..ec63c6dd78 100644 --- a/packaging/rpm/rtx.spec +++ b/packaging/rpm/rtx.spec @@ -1,6 +1,6 @@ Summary: Polyglot runtime manager Name: rtx -Version: 1.14.1 +Version: 1.14.2 Release: 1 URL: https://github.com/jdxcode/rtx/ Group: System diff --git a/src/cli/render_help.rs b/src/cli/render_help.rs index bf0d79d13c..2cd48d154e 100644 --- a/src/cli/render_help.rs +++ b/src/cli/render_help.rs @@ -216,7 +216,7 @@ $ npx @jdxcode/rtx exec python@3.11 -- python some_script.py Download the latest release from [GitHub](https://github.com/jdxcode/rtx/releases). ```sh-session -$ curl https://github.com/jdxcode/rtx/releases/download/v1.14.1/rtx-v1.14.1-linux-x64 | tar -xJv +$ curl https://github.com/jdxcode/rtx/releases/download/v1.14.2/rtx-v1.14.2-linux-x64 | tar -xJv $ mv rtx/bin/rtx /usr/local/bin ```