From 84364e5c9a1f4905949d4957e3593582fa60eaa6 Mon Sep 17 00:00:00 2001 From: Harsh Singh Date: Fri, 20 Oct 2023 16:55:49 +0530 Subject: [PATCH] Bump version -> 0.3.76 --- 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