From 89f6188743ffd7e803ebee777e19222e8a45346b Mon Sep 17 00:00:00 2001 From: Diogo Biazus Date: Mon, 8 Jan 2024 09:26:58 -0500 Subject: [PATCH] Building the release candidate of the next minor since we had some profound changes --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.json b/deno.json index 623960c2..35a7ba67 100644 --- a/deno.json +++ b/deno.json @@ -1,5 +1,5 @@ { - "version": "2.5.1", + "version": "2.5.2-rc.1", "tasks": { "test": "deno test --allow-env --allow-net --unstable src", "publish": "deno task build-npm && cd npm/ && npm publish",