Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore committed Sep 20, 2024
1 parent e302af2 commit 5ca8ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5ca8ce5

Please sign in to comment.