From 3eebf1e0b79f6545ba685ec07927c4cc66ce65ae Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdx@users.noreply.github.com> Date: Thu, 7 Dec 2023 00:21:19 -0600 Subject: [PATCH] chore: Release rtx-cli version 2023.12.18 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 4 ++-- default.nix | 2 +- packaging/rpm/rtx.spec | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5dda66aa91..38f808e9c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1801,7 +1801,7 @@ checksum = "b833d8d034ea094b1ea68aa6d5c740e0d04bad9d16568d08ba6f76823a114316" [[package]] name = "rtx-cli" -version = "2023.12.17" +version = "2023.12.18" dependencies = [ "base64", "built", diff --git a/Cargo.toml b/Cargo.toml index 0df5e57552..d98fd187b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rtx-cli" -version = "2023.12.17" +version = "2023.12.18" edition = "2021" description = "Polyglot runtime manager (asdf rust clone)" authors = ["Jeff Dickey (@jdx)"] diff --git a/README.md b/README.md index 642b591b5b..2d6c165c14 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Install rtx on macOS (other methods [here](#installation)): $ curl https://rtx.pub/rtx-latest-macos-arm64 > ~/bin/rtx $ chmod +x ~/bin/rtx $ rtx --version -rtx 2023.12.17 +rtx 2023.12.18 ``` Hook rtx into your shell (pick the right one for your shell): @@ -355,7 +355,7 @@ npx rtx-cli exec python@3.11 -- python some_script.py Download the latest release from [GitHub](https://github.com/jdx/rtx/releases). ``` -curl https://github.com/jdx/rtx/releases/download/v2023.12.17/rtx-v2023.12.17-linux-x64 > /usr/local/bin/rtx +curl https://github.com/jdx/rtx/releases/download/v2023.12.18/rtx-v2023.12.18-linux-x64 > /usr/local/bin/rtx chmod +x /usr/local/bin/rtx ``` diff --git a/default.nix b/default.nix index c6d95d4a84..1091728375 100644 --- a/default.nix +++ b/default.nix @@ -7,7 +7,7 @@ let in rustPlatform.buildRustPackage { pname = "rtx"; - version = "2023.12.17"; + version = "2023.12.18"; src = lib.cleanSource ./.; diff --git a/packaging/rpm/rtx.spec b/packaging/rpm/rtx.spec index e804c20108..ac43082bfe 100644 --- a/packaging/rpm/rtx.spec +++ b/packaging/rpm/rtx.spec @@ -1,6 +1,6 @@ Summary: Polyglot runtime manager Name: rtx -Version: 2023.12.17 +Version: 2023.12.18 Release: 1 URL: https://github.com/jdx/rtx/ Group: System