Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Oct 20, 2023
1 parent 98d41e4 commit 36ec524
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 43 deletions.
72 changes: 36 additions & 36 deletions 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 = "2023.10.2"
version = "2023.10.3"
edition = "2021"
description = "Polyglot runtime manager (asdf rust clone)"
authors = ["Jeff Dickey (@jdx)"]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.10.2
rtx 2023.10.3
```

Hook rtx into your shell (pick the right one for your shell):
Expand Down Expand Up @@ -340,7 +340,7 @@ npx rtx-cli exec [email protected] -- 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.10.2/rtx-v2023.10.2-linux-x64 > /usr/local/bin/rtx
curl https://github.com/jdx/rtx/releases/download/v2023.10.3/rtx-v2023.10.3-linux-x64 > /usr/local/bin/rtx
chmod +x /usr/local/bin/rtx
```

Expand Down
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let
in
rustPlatform.buildRustPackage {
pname = "rtx";
version = "2023.10.2";
version = "2023.10.3";

src = lib.cleanSource ./.;

Expand Down
4 changes: 2 additions & 2 deletions man/man1/rtx.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.TH rtx 1 "rtx 2023.10.2"
.TH rtx 1 "rtx 2023.10.3"
.SH NAME
rtx \- Polyglot runtime manager (asdf rust clone)
.SH SYNOPSIS
Expand Down Expand Up @@ -150,6 +150,6 @@ Examples:
$ rtx use \-g node@system Use system node everywhere unless overridden
$ rtx x node@20 \-\- node app.js Run `node app.js` with node\-20.x on PATH
.SH VERSION
v2023.10.2
v2023.10.3
.SH AUTHORS
Jeff Dickey <@jdx>
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: 2023.10.2
Version: 2023.10.3
Release: 1
URL: https://github.com/jdx/rtx/
Group: System
Expand Down

0 comments on commit 36ec524

Please sign in to comment.