From 0912f8f6a3b29a8409cf5cab25e8865f5766ea96 Mon Sep 17 00:00:00 2001 From: Jack Wright Date: Tue, 23 Jul 2024 15:20:43 -0700 Subject: [PATCH] bump version number 0.50.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5136d90..9705c47 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ edition = "2021" rust-version = "1.62.1" license = "MIT" name = "nu-ansi-term" -version = "0.50.0" +version = "0.50.1" repository = "https://github.com/nushell/nu-ansi-term" [lib]