From 3e75b8df92c4c31f815cfdf0ce36cab8fd9985ad Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdx@users.noreply.github.com> Date: Thu, 4 Jan 2024 16:56:10 -0600 Subject: [PATCH] chore: Release mise version 2024.1.6 --- Cargo.lock | 2 +- Cargo.toml | 2 +- default.nix | 2 +- man/man1/mise.1 | 4 ++-- packaging/rpm/mise.spec | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 00b8b3f11..09d1e0809 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1329,7 +1329,7 @@ dependencies = [ [[package]] name = "mise" -version = "2024.1.5" +version = "2024.1.6" dependencies = [ "base64", "built", diff --git a/Cargo.toml b/Cargo.toml index 3116354a7..0fafbf1c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mise" -version = "2024.1.5" +version = "2024.1.6" edition = "2021" description = "The front-end to your dev env" authors = ["Jeff Dickey (@jdx)"] diff --git a/default.nix b/default.nix index 75ea3947c..33f862273 100644 --- a/default.nix +++ b/default.nix @@ -7,7 +7,7 @@ let in rustPlatform.buildRustPackage { pname = "mise"; - version = "2024.1.5"; + version = "2024.1.6"; src = lib.cleanSource ./.; diff --git a/man/man1/mise.1 b/man/man1/mise.1 index e47894e73..aa0623641 100644 --- a/man/man1/mise.1 +++ b/man/man1/mise.1 @@ -1,6 +1,6 @@ .ie \n(.g .ds Aq \(aq .el .ds Aq ' -.TH mise 1 "mise 2024.1.5" +.TH mise 1 "mise 2024.1.6" .SH NAME mise \- The front\-end to your dev env .SH SYNOPSIS @@ -160,6 +160,6 @@ Examples: $ mise use \-g node@system Use system node everywhere unless overridden $ mise x node@20 \-\- node app.js Run `node app.js` with node\-20.x on PATH .SH VERSION -v2024.1.5 +v2024.1.6 .SH AUTHORS Jeff Dickey <@jdx> diff --git a/packaging/rpm/mise.spec b/packaging/rpm/mise.spec index 76d3a62a7..62f996bdf 100644 --- a/packaging/rpm/mise.spec +++ b/packaging/rpm/mise.spec @@ -1,6 +1,6 @@ Summary: The front-end to your dev env Name: mise -Version: 2024.1.5 +Version: 2024.1.6 Release: 1 URL: https://github.com/jdx/mise/ Group: System