From 619ff4c8328b93bf67d063cb129346f9e42c2184 Mon Sep 17 00:00:00 2001 From: Rohan Jain Date: Thu, 2 Nov 2023 21:11:01 +0530 Subject: [PATCH] chore: Release sysit version 0.9.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index be3ba26..1216acf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -336,7 +336,7 @@ dependencies = [ [[package]] name = "sysit" -version = "0.8.2" +version = "0.9.0" dependencies = [ "clap", "colored", diff --git a/Cargo.toml b/Cargo.toml index 8c6b609..7ff5172 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ name = "sysit" description = "System Sit! Check on the system with a quick glance." readme = "README.md" homepage = "https://github.com/crodjer/sysit" -version = "0.8.2" +version = "0.9.0" authors = ["Rohan Jain "] edition = "2021" license = "GPL-3.0-or-later"