From cbe0253a92b2e8536c3e7f0ef142b8c9cb4231a6 Mon Sep 17 00:00:00 2001 From: heulitig Date: Fri, 29 Sep 2023 16:20:22 +0530 Subject: [PATCH] bump version -> 0.3.67 --- Cargo.lock | 2 +- fastn/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e3bea05246..109d069084 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1515,7 +1515,7 @@ dependencies = [ [[package]] name = "fastn" -version = "0.3.66" +version = "0.3.67" dependencies = [ "clap", "colored", diff --git a/fastn/Cargo.toml b/fastn/Cargo.toml index f0e7152a13..470455eaf0 100644 --- a/fastn/Cargo.toml +++ b/fastn/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fastn" -version = "0.3.66" +version = "0.3.67" authors.workspace = true edition.workspace = true license.workspace = true