From 389af05674b723ea2ce0e059586e50b603ead40d Mon Sep 17 00:00:00 2001 From: Amrit Ghimire Date: Wed, 9 Oct 2024 08:31:00 +0545 Subject: [PATCH] Upgrade cargo version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b5e9438..ac53faf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jira-terminal" -version = "2.4.0" +version = "2.4.1" authors = ["Amrit Ghimire "] edition = "2018" description = "This is a command line application that can be used as a personal productivity tool for interacting with JIRA"