From 6da32c0b6d65b909e3a9076360e98952b31028d3 Mon Sep 17 00:00:00 2001 From: heulitig Date: Mon, 30 Oct 2023 15:42:34 +0530 Subject: [PATCH] bump version -> 0.3.80 --- Cargo.lock | 2 +- fastn/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 47b2eb8566..00eaad5bf3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1629,7 +1629,7 @@ dependencies = [ [[package]] name = "fastn" -version = "0.3.79" +version = "0.3.80" dependencies = [ "clap", "colored", diff --git a/fastn/Cargo.toml b/fastn/Cargo.toml index 227487f9f4..b5ca87109c 100644 --- a/fastn/Cargo.toml +++ b/fastn/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fastn" -version = "0.3.79" +version = "0.3.80" authors.workspace = true edition.workspace = true license.workspace = true