From 0c703c6cf2552ca7ceb0c2006197f2ff56cb04ea Mon Sep 17 00:00:00 2001 From: Arend van Beelen jr Date: Mon, 26 Feb 2024 14:05:17 +0100 Subject: [PATCH] Bump minor version (#184) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a93cc86..8236575 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fpd" -version = "2.24.0" +version = "2.25.0" edition = "2018" description = "The Fiberplane Daemon enables secure communication between Fiberplane and your data sources using WebAssembly-based providers." authors = ["Fiberplane "]