From dee5f1e89bbd7050222ab0bb63d2f0176284fac7 Mon Sep 17 00:00:00 2001 From: Harsh Singh Date: Fri, 6 Oct 2023 11:36:26 +0530 Subject: [PATCH] Bump version -> 0.1.7 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5628129..2570db3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1299,7 +1299,7 @@ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" [[package]] name = "vercel-cache-helper" -version = "0.1.6" +version = "0.1.7" dependencies = [ "atty", "clap", diff --git a/Cargo.toml b/Cargo.toml index b198c33..5bb7ae7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vercel-cache-helper" -version = "0.1.6" +version = "0.1.7" edition = "2021" description = "Hello world"