From 77efd5c1ecf37fd69063ea966edd782c6ba6424d Mon Sep 17 00:00:00 2001 From: Harsh Singh <64768386+harshdoesdev@users.noreply.github.com> Date: Fri, 20 Oct 2023 16:56:18 +0530 Subject: [PATCH] Bump version -> 0.3.76 (#1404) --- Cargo.lock | 2 +- fastn/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 43596a3b6a..3551093146 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1591,7 +1591,7 @@ dependencies = [ [[package]] name = "fastn" -version = "0.3.75" +version = "0.3.76" dependencies = [ "clap", "colored", diff --git a/fastn/Cargo.toml b/fastn/Cargo.toml index fd8064b782..2b535608ab 100644 --- a/fastn/Cargo.toml +++ b/fastn/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fastn" -version = "0.3.75" +version = "0.3.76" authors.workspace = true edition.workspace = true license.workspace = true