From 5ca8ce5e64a3c1b60c6dcb8b6e2f9464834714a0 Mon Sep 17 00:00:00 2001 From: Sean Boult <996134+Hacksore@users.noreply.github.com> Date: Fri, 20 Sep 2024 17:18:29 -0500 Subject: [PATCH] Update version --- scripts/test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test.ts b/scripts/test.ts index 6ff824e1..bff60bbe 100644 --- a/scripts/test.ts +++ b/scripts/test.ts @@ -54,7 +54,7 @@ switch (arg) { await uploadBinsToR2({ github, context }, "canary"); break; case "upload-stable": - context.ref = "v0.6.0"; + context.ref = "v0.6.1"; await uploadBinsToR2({ github, context }, "stable"); break; default: