From bc3380cd74761d36c024d621d18d3d624e1ecf35 Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdx@users.noreply.github.com> Date: Sun, 11 Feb 2024 01:10:24 -0600 Subject: [PATCH] chore: Release mise version 2024.2.13 --- 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 8f002bafb..d7420417d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1340,7 +1340,7 @@ dependencies = [ [[package]] name = "mise" -version = "2024.2.12" +version = "2024.2.13" dependencies = [ "base64", "built", diff --git a/Cargo.toml b/Cargo.toml index ac80173bf..31cd8c0ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mise" -version = "2024.2.12" +version = "2024.2.13" edition = "2021" description = "The front-end to your dev env" authors = ["Jeff Dickey (@jdx)"] diff --git a/default.nix b/default.nix index 6524572d0..65946d43b 100644 --- a/default.nix +++ b/default.nix @@ -2,7 +2,7 @@ rustPlatform.buildRustPackage { pname = "mise"; - version = "2024.2.12"; + version = "2024.2.13"; src = lib.cleanSource ./.; diff --git a/man/man1/mise.1 b/man/man1/mise.1 index a0b2a8e27..def7fefba 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.12" +.TH mise 1 "mise 2024.2.13" .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.12 +v2024.2.13 .SH AUTHORS Jeff Dickey <@jdx> diff --git a/packaging/rpm/mise.spec b/packaging/rpm/mise.spec index 5e8c627ed..d7d633582 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.12 +Version: 2024.2.13 Release: 1 URL: https://github.com/jdx/mise/ Group: System