From 3765d1ef30103099aa15b43ff093ea9c407748f1 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 11 May 2023 13:54:47 +0530 Subject: [PATCH] chore(release): bump gitice to version 2.0.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d53a950..27758cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -371,7 +371,7 @@ dependencies = [ [[package]] name = "gitice" -version = "2.0.0" +version = "2.0.1" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index ae11d68..d4f0ee0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gitice" -version = "2.0.0" +version = "2.0.1" authors = ["Harsh Shandilya ", "Amogh Lele "] edition = "2021" description = "Freeze your local git repositories for easy restoration"