From b17ba8225f7b82c6aa78a441c27459da1f216bfc Mon Sep 17 00:00:00 2001 From: heulitig Date: Wed, 18 Oct 2023 15:34:18 +0530 Subject: [PATCH] bump version -> 0.3.73 --- Cargo.lock | 2 +- fastn/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e4386c28e9..5829ad367b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1590,7 +1590,7 @@ dependencies = [ [[package]] name = "fastn" -version = "0.3.72" +version = "0.3.73" dependencies = [ "clap", "colored", diff --git a/fastn/Cargo.toml b/fastn/Cargo.toml index 4beccf4a21..dbb737c084 100644 --- a/fastn/Cargo.toml +++ b/fastn/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fastn" -version = "0.3.72" +version = "0.3.73" authors.workspace = true edition.workspace = true license.workspace = true