Skip to content

Commit

Permalink
chore: Release mise version 2024.1.28
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 27, 2024
1 parent 4ff0f33 commit 5c4ad4b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mise"
version = "2024.1.27"
version = "2024.1.28"
edition = "2021"
description = "The front-end to your dev env"
authors = ["Jeff Dickey (@jdx)"]
Expand Down
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

rustPlatform.buildRustPackage {
pname = "mise";
version = "2024.1.27";
version = "2024.1.28";

src = lib.cleanSource ./.;

Expand Down
2 changes: 1 addition & 1 deletion packaging/rpm/mise.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: The front-end to your dev env
Name: mise
Version: 2024.1.27
Version: 2024.1.28
Release: 1
URL: https://github.com/jdx/mise/
Group: System
Expand Down

0 comments on commit 5c4ad4b

Please sign in to comment.