From bd24dcd0721495662d473328270fdede63d5347b Mon Sep 17 00:00:00 2001 From: Harsh Singh Date: Thu, 25 Jan 2024 18:06:46 +0530 Subject: [PATCH] bump version -> 0.4.50 --- Cargo.lock | 2 +- fastn/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b047d7abeb..11cde6d9dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1729,7 +1729,7 @@ dependencies = [ [[package]] name = "fastn" -version = "0.4.49" +version = "0.4.50" dependencies = [ "clap", "colored", diff --git a/fastn/Cargo.toml b/fastn/Cargo.toml index c762e189d5..03eeaddfab 100644 --- a/fastn/Cargo.toml +++ b/fastn/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fastn" -version = "0.4.49" +version = "0.4.50" authors.workspace = true edition.workspace = true license.workspace = true