From fb06af077591dc69ab77eb74d79943f8d0ad390c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=82=E3=81=A7?= Date: Mon, 23 Oct 2023 12:02:07 +0200 Subject: [PATCH] Promote to target version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 19d7b39..5ffac19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fpd" -version = "2.17.0-beta.1" +version = "2.17.0" edition = "2018" description = "The Fiberplane Daemon enables secure communication between Fiberplane and your data sources using WebAssembly-based providers." authors = ["Fiberplane "]