From 370cf67ed5ceba93e9959225204df326afa04150 Mon Sep 17 00:00:00 2001 From: Gerry Agbobada Date: Thu, 9 Nov 2023 14:45:09 +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 fd62001..4369c30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fpd" -version = "2.19.0" +version = "2.19.0-beta.1" edition = "2018" description = "The Fiberplane Daemon enables secure communication between Fiberplane and your data sources using WebAssembly-based providers." authors = ["Fiberplane "]