Skip to content

Commit

Permalink
chore: Release rtx-cli version 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 21, 2023
1 parent a801565 commit 626b03e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rtx-cli"
version = "1.13.0"
version = "1.14.0"
edition = "2021"
description = "Polyglot runtime manager (asdf rust clone)"
authors = ["Jeff Dickey (@jdxcode)"]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.13.0
rtx 1.14.0
```

Hook rtx into to your shell. This will automatically add `~/bin` to `PATH` if it isn't already.
Expand Down Expand Up @@ -197,7 +197,7 @@ $ npx @jdxcode/rtx exec [email protected] -- 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.13.0/rtx-v1.13.0-linux-x64 | tar -xJv
$ curl https://github.com/jdxcode/rtx/releases/download/v1.14.0/rtx-v1.14.0-linux-x64 | tar -xJv
$ mv rtx/bin/rtx /usr/local/bin
```

Expand Down
2 changes: 1 addition & 1 deletion packaging/rpm/rtx.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: Polyglot runtime manager
Name: rtx
Version: 1.13.0
Version: 1.14.0
Release: 1
URL: https://github.com/jdxcode/rtx/
Group: System
Expand Down
2 changes: 1 addition & 1 deletion src/cli/render_help.rs
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ $ npx @jdxcode/rtx exec [email protected] -- 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.13.0/rtx-v1.13.0-linux-x64 | tar -xJv
$ curl https://github.com/jdxcode/rtx/releases/download/v1.14.0/rtx-v1.14.0-linux-x64 | tar -xJv
$ mv rtx/bin/rtx /usr/local/bin
```
Expand Down

0 comments on commit 626b03e

Please sign in to comment.