From cfc13305fadb49d33f97def1032dd8d6474be559 Mon Sep 17 00:00:00 2001 From: Gerry Agbobada Date: Thu, 16 Nov 2023 14:47:56 +0100 Subject: [PATCH] Cut beta version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 847b442..71c6f43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fpd" -version = "2.19.3" +version = "2.19.3-beta.1" edition = "2018" description = "The Fiberplane Daemon enables secure communication between Fiberplane and your data sources using WebAssembly-based providers." authors = ["Fiberplane "]