From 63a9139f6bf98b75207b0a7453f108fdc9b9898a Mon Sep 17 00:00:00 2001 From: Piotr Siuszko Date: Tue, 12 Nov 2024 15:36:01 +0100 Subject: [PATCH] Update RC version --- .config/dotnet-tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 55f2025e..281da921 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "beamable.tools": { - "version": "3.0.0-PREVIEW.RC4", + "version": "3.0.0-PREVIEW.RC5", "commands": [ "beam" ],