From 16f792a78f81edcd2e20234f15a98d0702ff08a2 Mon Sep 17 00:00:00 2001 From: heulitig Date: Thu, 14 Sep 2023 15:44:21 +0530 Subject: [PATCH] bump version -> 0.3.52 --- Cargo.lock | 2 +- fastn/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 309607ea08..0a09f65272 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1519,7 +1519,7 @@ dependencies = [ [[package]] name = "fastn" -version = "0.3.51" +version = "0.3.52" dependencies = [ "clap", "colored", diff --git a/fastn/Cargo.toml b/fastn/Cargo.toml index b2486b0765..7d6343d1bc 100644 --- a/fastn/Cargo.toml +++ b/fastn/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fastn" -version = "0.3.51" +version = "0.3.52" authors.workspace = true edition.workspace = true license.workspace = true