From 2a09e52f30a4d771ad4b9cb45983849c70cef09c Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdx@users.noreply.github.com> Date: Sat, 2 Dec 2023 01:02:33 -0600 Subject: [PATCH] chore: Release rtx-cli version 2023.12.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- default.nix | 2 +- packaging/rpm/rtx.spec | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 48a3df59e7..8764b59bdb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1779,7 +1779,7 @@ checksum = "b833d8d034ea094b1ea68aa6d5c740e0d04bad9d16568d08ba6f76823a114316" [[package]] name = "rtx-cli" -version = "2023.12.1" +version = "2023.12.2" dependencies = [ "base64", "built", diff --git a/Cargo.toml b/Cargo.toml index 444b38beac..a2cefff9a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rtx-cli" -version = "2023.12.1" +version = "2023.12.2" edition = "2021" description = "Polyglot runtime manager (asdf rust clone)" authors = ["Jeff Dickey (@jdx)"] diff --git a/default.nix b/default.nix index db94d34cb3..42a68d7f06 100644 --- a/default.nix +++ b/default.nix @@ -7,7 +7,7 @@ let in rustPlatform.buildRustPackage { pname = "rtx"; - version = "2023.12.1"; + version = "2023.12.2"; src = lib.cleanSource ./.; diff --git a/packaging/rpm/rtx.spec b/packaging/rpm/rtx.spec index 56f4e22d16..93384ea34f 100644 --- a/packaging/rpm/rtx.spec +++ b/packaging/rpm/rtx.spec @@ -1,6 +1,6 @@ Summary: Polyglot runtime manager Name: rtx -Version: 2023.12.1 +Version: 2023.12.2 Release: 1 URL: https://github.com/jdx/rtx/ Group: System