From b496698d9c62b4f0ce38a7b4e6006d355c2531ba Mon Sep 17 00:00:00 2001 From: heulitig Date: Fri, 20 Oct 2023 12:54:34 +0530 Subject: [PATCH] bump version -> 0.3.75 --- Cargo.lock | 2 +- fastn/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f2a047ce90..1a2b576068 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1590,7 +1590,7 @@ dependencies = [ [[package]] name = "fastn" -version = "0.3.74" +version = "0.3.75" dependencies = [ "clap", "colored", diff --git a/fastn/Cargo.toml b/fastn/Cargo.toml index 53d07ed596..fd8064b782 100644 --- a/fastn/Cargo.toml +++ b/fastn/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fastn" -version = "0.3.74" +version = "0.3.75" authors.workspace = true edition.workspace = true license.workspace = true