diff --git a/Cargo.lock b/Cargo.lock index f7f06e073..e0d6e89b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1779,7 +1779,7 @@ checksum = "b833d8d034ea094b1ea68aa6d5c740e0d04bad9d16568d08ba6f76823a114316" [[package]] name = "rtx-cli" -version = "2023.12.6" +version = "2023.12.7" dependencies = [ "base64", "built", diff --git a/Cargo.toml b/Cargo.toml index aecefceec..0caa3eacd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rtx-cli" -version = "2023.12.6" +version = "2023.12.7" edition = "2021" description = "Polyglot runtime manager (asdf rust clone)" authors = ["Jeff Dickey (@jdx)"] diff --git a/default.nix b/default.nix index a3d706633..5145784f2 100644 --- a/default.nix +++ b/default.nix @@ -7,7 +7,7 @@ let in rustPlatform.buildRustPackage { pname = "rtx"; - version = "2023.12.6"; + version = "2023.12.7"; src = lib.cleanSource ./.; diff --git a/packaging/rpm/rtx.spec b/packaging/rpm/rtx.spec index 98fbf830e..c413661a9 100644 --- a/packaging/rpm/rtx.spec +++ b/packaging/rpm/rtx.spec @@ -1,6 +1,6 @@ Summary: Polyglot runtime manager Name: rtx -Version: 2023.12.6 +Version: 2023.12.7 Release: 1 URL: https://github.com/jdx/rtx/ Group: System