From 735f83329bc469016408bcea597f6bdcfa688ac9 Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdx@users.noreply.github.com> Date: Sat, 24 Feb 2024 01:32:19 -0500 Subject: [PATCH] chore: Release mise version 2024.2.18 --- 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 3668436fb..c76f41358 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1377,7 +1377,7 @@ dependencies = [ [[package]] name = "mise" -version = "2024.2.17" +version = "2024.2.18" dependencies = [ "assert_cmd", "base64", diff --git a/Cargo.toml b/Cargo.toml index a98200ccb..74b70c253 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mise" -version = "2024.2.17" +version = "2024.2.18" edition = "2021" description = "The front-end to your dev env" authors = ["Jeff Dickey (@jdx)"] diff --git a/default.nix b/default.nix index 65fae3c2b..46da52e7c 100644 --- a/default.nix +++ b/default.nix @@ -2,7 +2,7 @@ rustPlatform.buildRustPackage { pname = "mise"; - version = "2024.2.17"; + version = "2024.2.18"; src = lib.cleanSource ./.; diff --git a/man/man1/mise.1 b/man/man1/mise.1 index 6d011248b..db0c1dd5b 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.2.17" +.TH mise 1 "mise 2024.2.18" .SH NAME mise \- The front\-end to your dev env .SH SYNOPSIS @@ -183,6 +183,6 @@ Examples: $ mise settings Show settings in use $ mise settings set color 0 Disable color by modifying global config file .SH VERSION -v2024.2.17 +v2024.2.18 .SH AUTHORS Jeff Dickey <@jdx> diff --git a/packaging/rpm/mise.spec b/packaging/rpm/mise.spec index 58871b875..b8af9f463 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.2.17 +Version: 2024.2.18 Release: 1 URL: https://github.com/jdx/mise/ Group: System