Skip to content

Commit

Permalink
chore: Release rtx-cli version 2024.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Dec 31, 2023
1 parent c1effa3 commit adc8160
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 37 deletions.
66 changes: 33 additions & 33 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.12.40"
version = "2024.0.0"
edition = "2021"
description = "Polyglot runtime manager (asdf rust clone)"
authors = ["Jeff Dickey (@jdx)"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Install rtx on macOS (other methods [here](https://rtx.jdx.dev/getting-started.h
```sh-session
$ curl https://rtx.jdx.dev/install.sh | sh
$ ~/.local/share/rtx/bin/rtx --version
rtx 2023.12.40
rtx 2024.0.0
```

Hook rtx into your shell (pick the right one for your shell):
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.12.40";
version = "2024.0.0";

src = lib.cleanSource ./.;

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: 2023.12.40
Version: 2024.0.0
Release: 1
URL: https://github.com/jdx/rtx/
Group: System
Expand Down

0 comments on commit adc8160

Please sign in to comment.