From 6be9e6b44db8af2fc97b0602c1eb4f2217f1e607 Mon Sep 17 00:00:00 2001 From: Rithik Seth <106665190+Heulitig@users.noreply.github.com> Date: Mon, 11 Sep 2023 19:18:30 +0530 Subject: [PATCH] bump version -> 0.3.50 (#1298) --- Cargo.lock | 2 +- fastn/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8c933a53b1..c28e4704a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1519,7 +1519,7 @@ dependencies = [ [[package]] name = "fastn" -version = "0.3.49" +version = "0.3.50" dependencies = [ "clap", "colored", diff --git a/fastn/Cargo.toml b/fastn/Cargo.toml index 3f2ba5399f..a2986d8e16 100644 --- a/fastn/Cargo.toml +++ b/fastn/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fastn" -version = "0.3.49" +version = "0.3.50" authors.workspace = true edition.workspace = true license.workspace = true