From 73eca5ad5ad3f2eaafa2761d638b6c0c6dfaa9d8 Mon Sep 17 00:00:00 2001 From: Benno van den Berg Date: Wed, 24 Apr 2024 16:41:05 +0200 Subject: [PATCH] Bump version to latest --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7b82e83..676e5aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ repository = "https://github.com/fiberplane/providers" [workspace.dependencies] fiberplane-ci = { git = "ssh://git@github.com/fiberplane/fiberplane.git", branch = "main" } -fiberplane-models = { version = "1.0.0-beta.11" } +fiberplane-models = { version = "1.0.0-beta.13" } fiberplane-pdk = { version = "1.0.0-beta.13", path = "fiberplane-pdk" } fiberplane-pdk-macros = { version = "1.0.0-beta.13", path = "fiberplane-pdk-macros" } fiberplane-provider-bindings = { version = "2.0.0-beta.11" }